12,053 questions
0
votes
0
answers
28
views
SocketTimeout when connecting to PostgreSQL after router switch [closed]
I run my SpringBoot applications in minikube. Services connect to a PostgreSQL database running directly on the host machine. I installed a new router, and now services cannot connect to database, it ...
0
votes
1
answer
417
views
How to properly set up TidalCycles for use in VSCode?
I’m trying to set up TidalCycles to use inside Visual Studio Code, but I keep running into issues where it isn’t recognized correctly.
Here’s what I’ve installed so far:
SuperCollider (including ...
0
votes
0
answers
20
views
Is there any way of using GattDeviceService in Windows 10 Build 1607?
I have an application that accesses a 3rd party API that requires the use of GattDeviceService. The problem is that it needs to run on a device running Windows 10 build 1607, but GattDeviceService was ...
0
votes
1
answer
46
views
CMake error during fixup_bundle: target [library] is not absolute
I'm using MSVC 2022 on windows, with ninja as a build generator and cmake 3.31.8.
Here is the error output when running 'ninja package' when it gets to the fixup_bundle section:
CPack: - Install ...
0
votes
1
answer
47
views
Suspending USB using XHSETT
I had installed XHSETT in my laptop and suspended my USB, so usb stopped working, and then I forgot I did that.
XHSETT - https://www.usb.org/document-library/xhsett
Later When I tried to use the USB ...
0
votes
0
answers
77
views
windows credential provider "other user" control problem
Regarding the issue of being unable to enforce secondary authentication for the Administrator under the "Other User" tile(windows 10 X64)
I am developing a custom Windows Credential Provider ...
0
votes
0
answers
68
views
Name of notification or name of sound that plays when a website load
I have code that is written to disable a notification sound after a website loads.
The issue is I do not know what the Name of that Notification Sound is.
I have tried just Notification by setting it ...
2
votes
1
answer
108
views
cmd batch execution adds a space after echo
When I run a script, for example one that says
echo a>>1.txt
the command line interpreter adds a space; so in the command line, executing the above says
echo a 1>> 1.txt
And of course, ...
0
votes
0
answers
65
views
Git Fetch - Permission Denied, Unable to Write File
I know this issue has been posted about multiple times, but none of the answers on any other question has helped.
git fetch --depth=601 remote: Enumerating objects: 35562, done.
remote: Counting ...
0
votes
1
answer
121
views
How to read/fetch the setting values of [Start > Settings > Personalization > Taskbar > Turn system icons on or off]?
I need to get and display in CLI the settings values of "Location", "Action Center" and "Touch Keyboard" under [Start > Settings > Personalization > Taskbar > ...
0
votes
1
answer
100
views
Text search through all Git revisions
Can I git grep across all revisions in a Git repository? How?
I need to search for a sequence of digits. I'm interested in the contents of files, not just commit messages or hashes. It is acceptable ...
1
vote
1
answer
225
views
signtool with /csp /kc /f introduces a very long delay on an offline/isolated CI server?
I am trying to integrate Code Signing with a DigiCert SafeNet Token based cert with our CI machine.
I am following the description given in https://stackoverflow.com/a/54439759/321013 which leads to ...
-1
votes
1
answer
166
views
Quarkus app running in Intellij with a JAR Application run configuration is not reading environment variables unless i restart my PC
Windows 10, Java 17. I have set a run configuration on Intellij to JAR Application. Once i add, remove or modify an environment variable, the app does not reckognize it.
I have tried:
Restarting ...
0
votes
0
answers
68
views
Newbie trying to launch browser from new environment using anacoda's training video: ERR_ACCESS_DENIED
I'm new and going through the training in "getting started with anaconda" training series on their learning portal. I'm on a Microsoft 10 laptop.
I'm currently working on Create a simple ...
1
vote
0
answers
80
views
How to open the "How do you want to open .* files from now on?" dialog directly?
How does one trigger the "How do you want to open .* files from now on?" dialog via programming, command line, etc?
The Problem
When users are logging in for the first time several file ...
0
votes
0
answers
50
views
Windows 10 clipboard history with Qt 5
In C++ ~11 and Qt 5, when I use QGuiApplication::clipboard()->setText(<content>) repeatedly it doesn't stack the successive <content> into the clipboard history of Windows 10 (Windows+V)...
1
vote
1
answer
53
views
Bat file runs locally from cmd, but loops when ran using Jenkins
I created the following .bat file in order to shutdown onedrive service:
whoami
"C:\Program Files\Microsoft OneDrive\OneDrive.exe" /shutdown
If I double-click on the .bat icon file, this ...
0
votes
0
answers
62
views
Retrieving outlook attachments using MSAL library instead of ADAL using powershell
I am trying to replace a colleague's PowerShell script that goes into an outlook email and downloads attachments, then saves them. This is what I currently have and it works when run manually but ...
0
votes
0
answers
26
views
Displayed text not matching actual text when selecting
When I highlight the text, it won't highlight certain lines, and it seems like the text that is showing is NOT the same as what is actually there.
You can see above that it is highlighting in areas ...
0
votes
1
answer
42
views
Gamemaker Mobile device Inconsistent Drag Speed Across Different Operating Systems (Win7 vs. Win10)
I'm developing a game in GameMaker Studio 2 where I implemented touch-based object dragging functionality. The code works as expected on Windows 7, but when testing on Windows 10, the dragging speed ...
1
vote
0
answers
51
views
Make custom file property columns show by default in Windows File Explorer
In Windows 10, I used StorageProviderSyncRootInfo to create a sync directory and successfully added custom properties. I want Windows File Explorer to display these custom property columns by default.
...
0
votes
2
answers
80
views
ZipFile.CreateFromDirectory throws System.UnauthorizedAccessException
I keep getting an exception when trying to unzip to a folder with elevated permissions. I am trying to avoid having to externally change the permissions since it would have to be on a large number of ...
0
votes
0
answers
59
views
ODBC Data Source administrator requires a privileged postgres account
I'm trying to set up an ODBC datasource to a postgres DB on windows. I'm using ODBC Data Source Administrator (64-bit) with version 13.0 of PostgreSQL Unicode(x64) driver.
I've set username to ...
1
vote
2
answers
10k
views
Upgrading Angular-CLI from Angular 17 to Angular 19 causing major errors on my system -
I was running nG version 17.3 on my Win10 system. I wanted to upgrade my Angular CLI to latest version 19.
So I did the following steps-
npm uninstall -g @angular/cli
npm install -g @angular/cli@...
1
vote
2
answers
117
views
git fails to read password when git-gui window is open (Windows 10)
Recently I have started getting this error but only if I also have a git-gui window open.
The same command works fine if the git-gui window is closed.
I am running git v2.47.0 on Windows 10 inside ...