Newest Questions
0votes
0answers
5views
Python Input Queue Issue
I'm creating a game using the terminal window but I'm running into issues with using time.sleep and the input function.Here's my code:import timeprint("Starting")time.sleep(3)input()...
0votes
0answers
4views
LINQ SingleOrDefault, but without throwing exceptions
This question is about style and efficiency. I have a working solution to my problem, but I am searching for a nicer one. I have an array of file paths and I want to find their common parent folder. ...
0votes
0answers
8views
Next.js app deployment on Azure Web App not working
I followed the instructions from here and created the app like this:npx create-next-app@latest next-demo-app --typescript --eslint --appIt works totally fine locally in VS Code, by running npm run ...
-1votes
1answer
5views
What is ubuntu-slim in GitHub Actions?
What is the ubuntu-slim environment in GitHub Actions, and how does it differ from ubuntu-latest?
0votes
0answers
13views
Trying to update an array element by mapping user input (via key/value mapping). The array element in square '1' should now be a 'x' as mapped value?
Below is the code and results. Some commented out lines use when testing to insure mapping and updating array was working.#include <map>#include <iostream>using namespace std;int main(...
Advice
0votes
0replies
10views
How to disable new 'modal window' in VSCode
Since the last update VSCode shows some windows like 'settings' in a pseudo-window that tries to be modal. Not only does it waste screenspace, but it's often misbehaving when switching monitors.How ...
0votes
1answer
24views
Why does std::vector::push_back destructs pushed object?
I'm running into a problem with using std::vector. When pushing the newly constructed object into vector, it seems to destruct it twice: first in push_back, second - in the vector's own destructor. ...
0votes
0answers
6views
Null Refrence exception when trying to assign a value to a TextMeshProUGUI Object in Unity
This is my first time using unity, and I've been trying to make a very simple operation. When an Apple falls into a basket, the basket will increment the score counter. However, Every time the apple ...
0votes
0answers
8views
Gradle release GPG keys location
Gradle releases are signed by GPG and .asc file is located in the same location as distribution.Where would I get official GPG sign keys for Gradle releases to verify the installation?
0votes
0answers
16views
Compile Error only in 64bit Delphi IDE: [dcc64 Fatal Error] F2084 Internal Error
When I compile my app using the 64bit Delphi IDE, then I get errors like this:[dcc64 Fatal Error] F2084 Internal Error: AV7FF8AB8957FE(7FF8779F0000)-R1996FF0A004-0and[dcc64 Fatal Error] F2084 ...
-1votes
0answers
11views
Telegram NewMessage Event Handler Not Firing for Large Supergroups (GramJS)
Problem SummaryI'm using GramJS (telegram npm package) to listen for new messages in Telegram groups. The NewMessage event handler works perfectly for:✅ Direct messages (DMs)✅ Small groups (< ...
1vote
1answer
13views
Maxima mat_norm produces error for the following matrix. What is wrong with the matrix?
I'm trying to compute the 2‑norm of a matrix in Maxima using mat_norm, but Maxima throws an error.A : matrix([0.780, 0.563],[0.913, 0.659]);mat_norm(A, 2);The output is:Not able to compute the 2 ...
1vote
2answers
28views
How can I vertically align my HR within a DIV?
I have this:<div id="axis_display"> <div>◄<hr /></div> <div>stuff here ...</div> <div>►<hr /></div>&...
-7votes
0answers
48views
I am stucked in learning [closed]
Hi everyone I am a junior front end developer. I need a little help in JavascriptI am at the beginning in Javascript .My problem is I can understand code i can read it but when I try to create smth ...
0votes
1answer
35views
idiv does not perform signed division
The idiv amd64 instruction is not working as I expect. When the dividend is negative, it produces a large positive number.xor rdx, rdxmov rax, -10mov rbx, 5idiv rbxpush rax ; expected -2, got ...




