Newest Questions
24,161,444 questions
Advice
0 votes
1 replies
8 views
What are the main challenges of maintaining consistency in distributed systems?
I am currently learning about distributed systems and I keep seeing the term consistency mentioned together with replication, fault tolerance, and scalability. I understand that in a distributed ...
Advice
0 votes
1 replies
14 views
How do you start a SaaS from your room as an intermediate programmer?
I have built websites like AmberWatcher.com and other side projects and was wondering, from people who know more than me, what it would take to start a website that brings in revenue? I know that you ...
0 votes
0 answers
11 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 ...
0 votes
0 answers
7 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
8 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
2 replies
32 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
16 views
Thingsboard upgrade issue
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
1 replies
14 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
10 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?
-4 votes
1 answer
56 views
Can't git push, git thinks there is a folder [duplicate]
I can't push because git thinks there are some files but there aren't. Already tried git filter but nothing. remote: Resolving deltas: 100% (2822/2822), done. remote: error: Trace: ...
0 votes
0 answers
21 views
Rustdesk client not connecitng after reboot in ubuntu
I have a ubuntu server which I have installed Rustdesk server via docker. In this ubuntu machine I have already installed XRDP and also Rustdesk client. Now when I reboot the system, I cannot connect ...
-2 votes
0 answers
28 views
How to draw a connection between two divs using css anchor positioning?
I used the new CSS anchoring to create a simple popover attached to a draggable button. When the popover reaches the borders it flips correctly. https://codepen.io/raldone01/pen/pvEQrmd Now I would ...
0 votes
0 answers
21 views
Not getting any output from Spring AI MCP server
I am building a skeleton MCP server using Spring AI with the STDIO transport: pom.xml <properties> <java.version>21</java.version> <spring-ai-starter.version&...
Advice
0 votes
0 replies
19 views
RTOS connection with analytics
My data in firebase is getting updated by nodered and is being shown in firebase realtime database.Its has temperature,pressure,humidity.I want to analyze in firebase itself using Google analytics.Can ...
0 votes
0 answers
18 views
How do I connect my selenium-webdriver Webscrapper API to my python file under scrape.py so that it works properly with AI calls with LangChain?
So I have all the accounts setup and I am trying to debug my code as I keep encountering errors when I try to use the scrapper. scrape.py The problem is I run the the program but the original code is ...