Patrick Gaskin

Results 386 comments of Patrick Gaskin

I haven't been able to compile these as a 64-bit application yet. IIRC, it was due to type size issues for system types. To target 64-bit Windows, just change `mingw32`...

I haven't pulled NiLuJe's updated scripts yet. The GH actions build worked until zlib-ng (which I forgot to pin) got updated. If you want the raw toolchain, just export the...

This is a good idea in general, but I'd rather keep the package update loop out of it, as it's subject to change and I'll be rewriting it for the...

I've decided to go with pavucontrol-qt since it'll fit in better, have much smaller binary sizes, require fewer patches, and will be much easier to port and build.

The `%PROGRAMFILES(x86)%\PulseAudio\etc\pulse\system.pa.d\` is the correct folder to place the system config fragments. I may add support for loading it from ProgramData later. For setting the sever from the WSL2 side,...

https://github.com/golang/sys/blob/ac73e9fd8988/windows/svc/eventlog/log.go https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/eventcreate https://github.com/prometheus-community/windows_exporter/blob/master/log/eventlog_formatter.go https://docs.microsoft.com/en-us/windows/win32/eventlog/reporting-an-event https://stackoverflow.com/questions/14245345/eventlog-write-permissions

pa-win32 doesn't change the port from the module's default. The timeout when changing the port would be because PA connects to that same port by default, so you'd need to...

This seems to have most things which would be needed: https://github.com/prometheus-community/windows_exporter/blob/master/installer/windows_exporter.wxs. The only additional functionality which I'd need is configuration file handling (probably just preserve it after uninstallation) and component...

I was thinking later rather than earlier since the home screen takes some time to load.

The most obvious solution to this would be to have an exported function which returns the current version (rather than directly accessing the NH struct, as that could change). But,...