Newest Questions
24,161,447 questions
0 votes
0 answers
5 views
MaterialSkin2 Font Size and Style
I want to make the label font size to be a little big bigger. Base on my research, all I have to do is use ROBOTO_REGULLAR_12 but I get the error 'MaterialSkinManager' does not contain a definition ...
Best practices
0 votes
0 replies
6 views
How to prevent individual errors in a for try await loop without stopping the entire sequence?
During a pre-interview call with a company, I got asked a couple questions about swift concurrency. One of the questions was: When using for try await to iterate through an async sequence, how do you ...
0 votes
0 answers
20 views
im trying to get the basic java project from xrpl.org to work with java 25 https://xrpl.org/docs/tutorials/get-started/get-started-java
I'm getting errors on the pom and don't know how to fix it. I've tried everything i could think of. Can someone please try to do this very simple project with java 25 and see if they can do it without ...
Tooling
0 votes
1 replies
59 views
Vibe Coding Is Also Right Way?
I am a full stack developer maked many projects through AI agents they are perfectly working and deployed but i want to ask that i dont learned node js perfectly i cant understand many things but i ...
0 votes
0 answers
18 views
Angular search query not updating with user
I am making a zoo angular project practicing RXJS, where when the user searches or puts in a keystroke it first waits a couple milliseconds before searching so you dont do it on every key stroke. Then ...
Best practices
0 votes
0 replies
20 views
What are the best tools to use when developing Pricing Calculators for Small Businesses?
What are the best approaches you have seen developing pricing calculators for small businesses. For example, I was able to build a small one for a window installment business a couple of months ago ...
0 votes
1 answer
39 views
Why does this work on windows but not mac?
Im using flask to run a website, working across my personal imac (running macos 26) at home, and a windows pc (running win11) at college to code, storing all the code in github. Anyways, I run app.py ...
-1 votes
0 answers
25 views
FAT Volume Serial Number algorithm is *busted*. Now what?
I have discovered the volume serial number algorithm is broken in modern scenarios. I'm not sure how much of a problem it is or what a good solution is. The Wikipeida page says: Typically the ...
0 votes
0 answers
24 views
Rails require_relative environment in script reruns it
Very strange, I have a Rails 8 project and a script bin/odd #!/usr/bin/env ruby puts 'quack' require_relative '../config/environment' puts 'done' In production RAILS_ENV=production bin/odd reports ...
-1 votes
0 answers
17 views
ASP Net Core IIS Hosted Website not auto starting correctly
I have a .net 8 ASP Net Core Website that needs to start up and execute code without users browsing to the site. The application is hosted using the dot net core hosting bundle. And the website works ...
0 votes
0 answers
14 views
Flutter Android - android.jar SDK 35 corrupted 27MB instead of 100MB - Windows - RES_TABLE_TYPE_TYPE error
Problem Building a Flutter app on Windows always fails with this error: aapt2.exe E LoadedArsc.cpp:94] RES_TABLE_TYPE_TYPE entry offsets overlap actual entry data. Failed to load resources table in ...
Advice
0 votes
3 replies
54 views
How I'm learning Python
I'm new. I started learning with YouTube, then with W3Schools, and lately I've been doing Exercism exercises. I also started uploading what I learn on GitHub, everything I learn. I'd like to know any ...
-2 votes
0 answers
23 views
Thingsboard upgrade issue [closed]
I need some help with an issue on Thingsboard upgrades (PE) We have followed each upgrade based on the steps on official documentation and have upgraded from 3.5.0 needing to go to 4.3. However with ...
Advice
0 votes
2 replies
28 views
How to prevent Dash reloader from re-running database connection on every file save?
I'm building a Dash dashboard that loads data from a remote database (Redshift) on startup. The loading takes ~2 minutes. When I use use_reloader=True, every time I save any .py file in the project (...
-1 votes
0 answers
18 views
MacOS gear icon for Settings menu item in Electron
How can I make a Settings menu item in Electron menu use the native macOS gear icon?