Newest Questions

0 votes
0 answers
2 views

Helo, I have a Horizontal Aadapter for a ViewPager: public class HorizontalAdapter extends FragmentStateAdapter { ... } Inside the HorizontalAdapter I have creating 3 VerticalContainerFragments, ...
ubik41's user avatar
  • 35
0 votes
0 answers
7 views

Now I am getting following warning and error at Xcode panel. It is said Bonjour/Multipeer service error. But I did not change anything and my info.list like this; Server did not publish: errorDict [{...
Hope's user avatar
  • 2,460
Advice
0 votes
0 replies
6 views

I was watching this tutorial on weight initialization in neural network, and im not able to understand this statement: In case of Tanh, Sigmoid activation, If we initialize weights with large values (...
Arun Negi's user avatar
Advice
0 votes
0 replies
17 views

I have a struct pw_stream that I created through pw_stream_new_simple. How do I get the id of the port that the stream creates internally so that I can connect the stream (create links)?
eyelash's user avatar
  • 4,126
0 votes
0 answers
21 views

I have a svelte-kit project. The way that I'm handling configuration in my project is that I have a config.ts file, and in that file I load up all configuration values from the .env file, validate ...
Skater901's user avatar
0 votes
0 answers
15 views

It starts but when I try to visit it from browser, it gives error- ERROR: Bad Request ("http://localhost:4200/"). URL with hostname "localhost" is not allowed. For more information,...
Sidharth Bajpai's user avatar
1 vote
0 answers
13 views

I’m trying to compute cumulative incidence with epiR::epi.conf() and the estimate doesn't match the simple manual calculation. I have 13 events out of 107 individuals (13 events, 94 non-events). ...
Agustín Nava's user avatar
Advice
0 votes
1 replies
20 views

I am making a program for a college class that takes a .bin file as input and eventually spits out a .txt file as output. For testing, I had to make a smaller program that does the reverse, which I ...
Phoenix's user avatar
0 votes
0 answers
22 views

I have two MinIO instances running in Docker: minio-hot (STANDARD tier) – 4 TB SSD minio-cold (COLD tier) – 40 TB HDD The docker-compose.yaml: networks: minio-network: driver: bridge services:...
Cesar Xtx's user avatar
0 votes
1 answer
28 views

I’m trying to generate presigned PUT URLs for Backblaze B2 (S3-compatible API) using boto3, but even a minimal curl PUT fails with SignatureDoesNotMatch. This happens without any extra headers, so it ...
Deepak Suthar's user avatar
0 votes
0 answers
38 views

I am using flex_color_scheme in my app for the theming the app, and for implementing combo box, I needed to add the animated_custom_dropdown package and use its CustomDropdown widget. With these ...
rusty's user avatar
  • 1,523
-1 votes
0 answers
31 views

I want to be able to release a binary whenever I push a tag. This is my release workflow: name: Release on: push: tags: - 'v*' env: BUILD_TYPE: Release jobs: build-and-release: ...
srdg's user avatar
  • 593
Best practices
0 votes
0 replies
37 views

I’m developing a web application for pharmacovigilance similar to VAERS and some UN health reporting dashboards. The app is built with .NET 8, Entity Framework Core, and MySQL.Users are medical ...
Jabel Resendiz's user avatar
1 vote
0 answers
31 views

I am trying to run a separate instance of a Spring Batch job for every file, up to 20 at a time. I've created a stripped down job of how im using it to reproduce the issue. This is how I invoke the ...
oe a's user avatar
  • 2,290
Advice
0 votes
3 replies
44 views

Not sure if I was able to word it well but, I'm sending a link to people that have my personal details in the website if they click on it. Can I make it so they access a version of the website without ...
IAskQuestion's user avatar

15 30 50 per page
1
2 3 4 5
1611286