Newest Questions
24,161,399 questions
0 votes
0 answers
6 views
Tkinter notes app not saving to JSON file — notes disappear on restart
I am building a Google Keep-style notes app in Python using tkinter. Notes appear on screen while the app is running, but when I close and reopen it they are gone. The JSON file is either not being ...
0 votes
0 answers
3 views
Can I use setUIID to change the colors in a dialog body?
I am trying to use CSS to change the background of a dialog. Changing the theme.css does not make any changes.
-1 votes
0 answers
17 views
How to locate any specific icon or part of screen automatically [closed]
I'm making a bot where we can control our device using voice, for now it generates a script in JSON format and follows. I'm getting a problem where it cannot locate some text or icon and randomly ...
0 votes
0 answers
24 views
What does storing in buffer actually means? (for std::cout) [duplicate]
std::cout stores value in buffer and then print them to the console . Have this example in c++: #include <iostream> int main() { for(int i=0;i<10000;i++) std::cout << "...
0 votes
0 answers
19 views
AWS DMS CDC from MongoDB fails with "Expected to read X operations as part of transaction but read Y" when using transactions
Problem I am using AWS DMS to perform CDC (Change Data Capture) from MongoDB to PostgreSQL. Full load works fine CDC fails with the following error: [SOURCE_CAPTURE] E: Expected to read 4 operations ...
-2 votes
0 answers
21 views
Photoplethysmography Reliability [closed]
I have a project about Photoplethysmography. Is it possible to achieve ±5 BPM error without Accelerometer?. Pre-processing Pipeline Detrending IIR Chebyshev Type I Bandpass Filter 9th order with 5 ...
Advice
0 votes
0 replies
8 views
Zoom Meeting SDK macOS – JWT auth succeeds but “Connect Failed” when joining meeting
I am working with the Zoom Meeting SDK (macOS, Objective-C sample app). I am able to successfully authenticate using a JWT token, but when I try to join a meeting, I get a "Connect Failed" ...
-6 votes
0 answers
19 views
Anylogic rack assignment [closed]
Hi Anylogic community, I am trying to store the part in the specific slot in the rack. I have a database table which has the information of the part location. But it seems to be not working as per my ...
-2 votes
0 answers
12 views
Unable to start ai tool - LM Studio as a daemon & I don't know how to register new service under init.d default list
All whatever I tried regarding making LM Studio to run as a service in my Linux Machine $ lms server start Waking up LM Studio service... node:events:496 throw er; // Unhandled 'error' event ...
-1 votes
2 answers
38 views
I didn't understand why first code is working and second one not? [closed]
Arrow function didn't need 'return' for single line and arr.reduce function pass the first argument to next call. So we didn't need to return first argurment and also didn't need create the multiline ...
0 votes
0 answers
8 views
django.db.utils.OperationalError: no such table: accounts_user,
So I deleted my all my database and db.sqlite3 to start a fresh keeping only the __init__py file. I'm trying to run python manage.py migrate but I get a " django.db.utils.OperationalError: no ...
-1 votes
0 answers
15 views
How to nginx limit_req whole upstream?
How do i use the limit_req_zone and limit_req configuration parameters for ninx to limit the whole traffic to my upstream-server ? There are lots of questions and answers about how to limit requests ...
-2 votes
0 answers
18 views
ASP.NET app loses local DB when I try to publish it to IIS [closed]
When I publish my application to a local folder, it works fine through the exe file, but when I publish it to IIS, it loses connection to the local SQL Server; it can't login or create new user.
Advice
0 votes
2 replies
50 views
HOW TO LEARN PROGRAMING
im a sophmore majoring in comp sci and after trying codeforces ,leetcode and various youtube channels and different project tutorials and codedex. but i find myself still not fully sure if i even know ...
Advice
0 votes
0 replies
21 views
Is their a better way to do this collision? (SFML 3) (C++) (CMAKE)
I am trying to make a multi-layer sidescroller to imitate a 3d environment with SFML 3 and C++. The movement feels janky and everything is very early in development. The collisions dont seem to work ...