Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
16 views

I am solving the “Set Mismatch” problem (finding a duplicate and a missing number) using C++. I am using a frequency vector to count occurrences, but I am getting a runtime error from ...
manikanta tamminana's user avatar
0 votes
0 answers
11 views

In my SwiftUI iOS app, I have a simple List of Item objects where upon doing a swipe action on a row, I can change the priority of an Item and thus change its position in the List. However, the ...
Ser Pounce's user avatar
  • 14.3k
0 votes
1 answer
12 views

I’m running an Azure Functions queue-triggered app hosted as a container inside Azure Container Apps. The function is built with .NET 10 and scaled using KEDA scale rules defined in Bicep. I’m ...
j.arap's user avatar
  • 115
-1 votes
0 answers
15 views

I have an app that contains a canvas I am drawing to, and I'd like to be able to track the mouse position accurately. The issue I face is that the farther you go towards the bottom right, the less ...
GPorubanTKK's user avatar
-2 votes
0 answers
20 views

I've downloaded Mission Planner on my Raspberry Pi 5 both the official way of using mono and installing the application from PI-App, but when I try to open it, I get the following error, does anyone ...
Mohammad Agha Mohammadi's user avatar
0 votes
1 answer
35 views

If I wanted to replace large chunks of an array in C with items from another list, are there any solutions that don't involve for loops or writing code like the following? int64_t foo[size]; foo[value]...
Chubbachoo's user avatar
0 votes
0 answers
9 views

How to get pipeline stage Id ? Like I had a pipeline it's id is mentioned in the URL. but in the pipeline I have stages like (open, won, lost) I want their stage IDs.Thanks in advance
Zain's user avatar
  • 83
1 vote
0 answers
23 views

I tried to apply indentation firstLine but it's not working, below is my code: $phpWord = new \PhpOffice\PhpWord\PhpWord(); $section = $phpWord->addSection(); $fontStyle = array('name' => '...
kilo636's user avatar
  • 31
-1 votes
0 answers
9 views

Credentials are in the Windows 11 Credential Manager. This, run from a non-admin cmd prompt, works to map a drive: net use Z: \\NAS\homes /persistent:yes This, run from an administrative cmd prompt, ...
DanielST's user avatar
  • 14.2k
-2 votes
0 answers
12 views

my next js app is not storing session on prodution but t works fine on localhost, I make sure that the production next_auth url is the link of the website, what would be the real reason behind?
Abdelaziz Ebrahim's user avatar
Best practices
0 votes
1 replies
16 views

Let’s say I have an e-mail reader than can also open some e-mail archive formats. When I get an e-mail file, I open it using a view that’s designed for a message. When I get an archive, I open it to a ...
CTMacUser's user avatar
  • 2,072
0 votes
0 answers
13 views

I have 2 main nodes. One is the side menu which works perfectly and the function menu which is supposed to continue the bottom of the side menu to the end of the width of the screen. Somehow HBox isn'...
anonymou's user avatar
0 votes
0 answers
7 views

I’m trying to connect to WalletConnect/Relay via Reown (AppKit / WalletConnect v2). Every time, the relayer disconnects with code: 3000 (Project not found). Context Platform: (macOS/Windows), (React ...
Ahmad Mardini's user avatar
-1 votes
0 answers
10 views

I am working on a portfolio project and im trying to get these slide indicator dots to stay on the right of the screen and in the middle of the slide. Ive currently got it on fixed, which i dont want ...
Kaleb Pope's user avatar
0 votes
0 answers
15 views

On linux, I created a filename with special bytes: touch $'/tmp/bad/\xff\x1f.jpg' c# prints out the filename as: /tmp/bad/�.jpg I would rather c# throw an exception, instead of silently printing junk ...
KP99's user avatar
  • 416

15 30 50 per page
1
2 3 4 5
1612386