Ivan Kozik

Results 135 comments of Ivan Kozik

Oh, I just noticed https://github.com/scaleway/kernel-tools#how-to-build-a-custom-kernel-module which works fine.

There's another implementation of this at https://github.com/juxt/dirwatch On a separate note, switching to a `WatchService` without any polling would break my use case: compiling .cljs files on a cifs mount....

Good question. The original qolibri [did](https://osdn.net/projects/qolibri/releases/p7263) work on both, and I doubt the new commits have broken much, if anything. But unfortunately I will be unable to investigate this any...

@mvf since you have a working Windows build, could you please add it to the 2.1.0 release? Once you accept to be a collaborator, you can hit Edit on 2.1.0...

Awesome, thanks. The build is working fine on my Windows 10 1803. I added a link from the README.

I saw this on NixOS master as well after compiling everything with `-march=haswell -mtune=haswell` / gcc 11.3.0. I tried to reproduce on Debian 11.5 (`gcc (Debian 10.2.1-6) 10.2.1 20210110`) by...

Oh, `-march=haswell` with gcc 11.3.0 does cause this test to fail; here are some repro instructions for Debian sid / unstable: ``` apt update apt install wget ca-certificates git build-essential...

Thanks, that does seem like something reasonable to include here, though you could also do it by having that helper function in your own program. I won't have time to...

Which script are you running? Python version? OS? Graphics driver? Number of monitors? Doing anything unusual? Thanks.

This might be related to the known issue mentioned at the end of https://github.com/ludios/Desktopmagic#known-issues - Desktopmagic relies on either 96 DPI or 'Disable display scaling on high DPI settings' on...