Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
28 views

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 ...
Saphyra's user avatar
  • 460
0 votes
1 answer
417 views

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 ...
q-l-p's user avatar
  • 5,183
0 votes
0 answers
20 views

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 ...
komodosp's user avatar
  • 3,686
0 votes
1 answer
46 views

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 ...
KyleL's user avatar
  • 1,455
0 votes
1 answer
47 views

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 ...
LAPTOP-5's user avatar
0 votes
0 answers
77 views

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 ...
Alex A's user avatar
  • 1
0 votes
0 answers
68 views

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 ...
Vector's user avatar
  • 3,281
2 votes
1 answer
108 views

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, ...
Alex's user avatar
  • 1,143
0 votes
0 answers
65 views

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 ...
CrescentSickle's user avatar
0 votes
1 answer
121 views

I need to get and display in CLI the settings values of "Location", "Action Center" and "Touch Keyboard" under [Start > Settings > Personalization > Taskbar > ...
Makoto Aizen Sagara's user avatar
0 votes
1 answer
100 views

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 ...
Sergey Zolotarev's user avatar
1 vote
1 answer
225 views

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 ...
Martin Ba's user avatar
  • 39.4k
-1 votes
1 answer
166 views

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 ...
TSSK's user avatar
  • 247
0 votes
0 answers
68 views

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 ...
Staci Wilkes's user avatar
1 vote
0 answers
80 views

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 ...
TripleD's user avatar
  • 381
0 votes
0 answers
50 views

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)...
Charles's user avatar
  • 1,329
1 vote
1 answer
53 views

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 ...
tail's user avatar
  • 481
0 votes
0 answers
62 views

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 ...
Milan Patel's user avatar
0 votes
0 answers
26 views

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 ...
darkflux's user avatar
  • 103
0 votes
1 answer
42 views

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 ...
Chris Feng's user avatar
1 vote
0 answers
51 views

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. ...
Keven Albert's user avatar
0 votes
2 answers
80 views

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 ...
Ricardo Noyola Lozano's user avatar
0 votes
0 answers
59 views

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 ...
ConanTheGerbil's user avatar
1 vote
2 answers
10k views

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@...
Prabir Choudhury's user avatar
1 vote
2 answers
117 views

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 ...
Shreedhar Kotekar's user avatar

1
2 3 4 5
242