Skip to main content
0 votes
0 answers
23 views

What I've tried: Using Get-NetTCPConnection but it returns too much information and I can't reliably filter for Ollama: Get-NetTCPConnection -State Listen | Where-Object {$_.LocalPort -gt 11400} ...
Spandan Mukherjee's user avatar
0 votes
0 answers
23 views

TL;DR I’m using fabric.js + node-canvas to export a very large canvas (6600×108000) from a FabricJS JSON. On one Windows machine, await canvas.loadFromJSON(fabricJSON) hangs forever: no error no CPU ...
Shino Lex's user avatar
  • 543
-1 votes
0 answers
65 views

I have a ListBox <ListBox BorderBrush="Transparent" FontSize="{Binding ExplorerElementsHeight}" ItemsSource="{Binding CurrentExplorerContent}" ...
TheMakarik's user avatar
-3 votes
1 answer
73 views

I'm developing an app/driver for a custom hardware accessory. The hardware accessory depends on certain things being displayed on the screen on top of the actual application content that's being used. ...
matthias_buehlmann's user avatar
1 vote
0 answers
33 views

I'm attempting to build a static library from https://github.com/google/highway on Windows. The README says to that BUILD_SHARED_LIBS should control this, but when I run the following in windows-...
radarhere's user avatar
  • 1,049
1 vote
1 answer
77 views

I wish to migrate a folder tree structure from one Windows PC to another by running a python script on the destination PC. Here is the code I am using: import shutil import os import sys import ...
dgarrard's user avatar
1 vote
0 answers
108 views

We are using Windows 11 24H2 in our test system. There we start multiple instances of our GUI application (WinForms, .NET Framework 4.8) on each machine. The application is controlled via COM scripts ...
Sedenion's user avatar
  • 6,353
-3 votes
0 answers
55 views

I'm trying to run server applications from containers running on Podman on Windows. I have mostly succeeded: I get the containers up and running and can access them over localhost/127.0.0.1, but I'm ...
Joshua Schroijen's user avatar
-3 votes
0 answers
35 views

I have shared a folder to network, and after sharing is removed, the full network path is still visible for all folders on directory. After removing sharing permissions and restarting, the full ...
curiouspelican28's user avatar
-2 votes
0 answers
117 views

As a disclaimer, I have successfully used DeviceIoControl with IOCTL_STORAGE_QUERY_PROPERTY to get a STORAGE_DEVICE_DESCRIPTOR structure that contains the BusType enum, such as SATA or NVMe for fixed ...
howdoicode's user avatar
  • 1,020
0 votes
0 answers
127 views

After upgrading Rails from 8.0 to 8.1 and running rails s on Windows, I get VIPS warnings, for example: unable to load "C:\Ruby34-x64\msys64\ucrt64/lib/vips-modules-8.17\vips-heif.dll" ...
dd_hk's user avatar
  • 120
0 votes
0 answers
53 views

I’m trying to develop and flash firmware for a Renesas Synergy DK-S7G2 board, but I’m completely blocked by tooling issues across macOS and Windows on ARM (VM). For context, I am using an M4 MacBook ...
Jibril's user avatar
  • 21
Advice
0 votes
2 replies
116 views

I am working on a Windows application with Windows Forms in Visual Studio using C++/CLI SDK. This is easily compiling to an .exe file, and it works perfectly on Windows. But what about Android or iOS? ...
humankind's user avatar
-2 votes
0 answers
106 views

I am building a music player and I need to load in a music library, so naturally I need to process a large quantity of files quickly. I only need a small portion from the beginning of each music file, ...
Trubiso's user avatar
  • 17
-1 votes
0 answers
58 views

My EC2 instances uses windows-2019 AMI and I want to install python through my userdata. This userdata format is unrecognised from Instance Diagnostics -> System Logs on the EC2. Also the ...
Rose's user avatar
  • 29

15 30 50 per page
1
2 3 4 5
11201