Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
4 replies
66 views

I'm using the VSCode extension called Prettier to distinguish between text strings, but it doesn't seem to be working. I was using it 10 minutes ago and it was working fine, but when I closed the ...
adamito 40's user avatar
0 votes
0 answers
128 views

Dear Fellow Developers, I am interested in learning how the Portable Executable format works. So far, I have written files in the com-format, which are executable in DosBox. However, I would like to ...
Stefan Björnander's user avatar
0 votes
0 answers
67 views

I need to decode barcode from captured images in my flutter application in WINDOWS. For example, this Code 39 Barcode image (not a perfect image, but that's the purpose of this question) I have tried ...
Luka's user avatar
  • 55
0 votes
0 answers
56 views

I have a component which launches subprocess to do some stuff and get its output. I use Boost.Process for that with code similar to this: asio::io_context ctx; asio::readable_pipe rp{ctx}; process ...
ixSci's user avatar
  • 14k
Advice
0 votes
0 replies
18 views

I have an HTPC running Windows 11 Professional. (16GB RAM) The boot drive C is 400Gb SSD - It contains only the operating system. Z: Is a 4TB HDD containing TV series. Y: Is a 1TB SSHD containing MP3s ...
Sinner Surtsey's user avatar
0 votes
1 answer
86 views

I am building a Windows application in Qt using CMake and I thought to use Conan to simplify dependency management. The generated Conan profile was using msvc, but I changed it to gcc. Additionally, I ...
Pietrek's user avatar
  • 76
0 votes
0 answers
55 views

We are using RabbitMQ as a messaging service in our project in windows OS. However, the RabbitMQ installation frequently fails with error code 11 or error code 12. Below are the Installation Steps: ...
charumathi's user avatar
-2 votes
0 answers
56 views

I tried to install anaconda3-2025.12-2 on appvolume of VMware, and I got this error message. How can I fix it? How can I install this version on Windows 10/11? I tried to install it by running the exe ...
user3092992's user avatar
2 votes
3 answers
143 views

In PowerShell git gc normally produces some info output such as: PS C:\myrepo> git gc Enumerating objects: 12172, done. Counting objects: 100% (12172/12172), done. Delta compression using up to 12 ...
boernsen's user avatar
  • 151
0 votes
1 answer
41 views

I have a PC with WDAC (aka App Control for Business) correctly deployed. It functions as expected. However, I can't get a self-signed .exe to execute. My policy has this: <Signer ID="...
SpaghettiWestern's user avatar
Best practices
0 votes
6 replies
66 views

How do I write a program that alerts me when any app connects to the internet on Android or Windows? My problem is my data subscription is getting drained. I don't know what apps are sucking it. I can ...
Agaba Akuh's user avatar
0 votes
0 answers
80 views

I am using a venv for my current Python project in VS Code 2022 on Windows 11. I started having issues when I tried installing nodeenv into my venv, and it kept installing globally despite me running ...
Stephan Ducrepin's user avatar
3 votes
1 answer
60 views

I work with several Playwright suites and I have to check consistently their HTML reports which I can load in a port in a detached process using this command in Powershell: $command = "npx http-...
Meru's user avatar
  • 187
-1 votes
1 answer
389 views

I am facing an issue with the VS Code integrated terminal. The terminal starts printing continuously (infinite loop) as soon as I open it, and I am unable to type anything. Problem details: VS Code ...
sarthak arya's user avatar
-3 votes
1 answer
60 views

I am running a React project on Windows 11 using VS Code. My terminal shows 'Compiled successfully' on port 3000 (and I've tried 4000 too), but the browser (Chrome/Firefox/Edge) always shows '...
sachin mandal's user avatar

15 30 50 per page
1
2 3 4 5
11192