Kirill
Kirill
Same problem. I am able to replicate it on Linux + Wayland and even with Windows build under Wine. It happens on any kind of diagonal mouse move. Does not...
I tried my discrete Nvidia GPU and still able to replicate this issue. However i found that disabling Vsync with `present_mode: wgpu::PresentMode::AutoNoVsync` in `wgpu::SurfaceConfiguration` fixes this issue. Also i added...
There is a package in nixpkgs already: https://github.com/NixOS/nixpkgs/pull/336363 https://github.com/NixOS/nixpkgs/tree/master/pkgs/by-name/by/byedpi
> nixpkgs is known to be slow in providing packages updates Open an issue, or even better, a PR in nixpkgs repo to update the package. This will help all...
> But I understand project's position on not having packages in repo. I just expressed my personal opinion, don't consider it as project position. The last word only on project...
> (more important) in android the accept call is prohibited (in bionic it is replaced by accept4) Tested right now on Lineage OS 21 in Termux, it compiles and works...
> The error will appear if you create a static binary with glibc (cross-compiling on GNU/Linux) make CC="aarch64-linux-gnu-gcc -static" Cross compiling from GNU/Linux to Android won't work correctly because glibc...
@hufrea Somehow i got working send_fake without sendfile. You can test it on my branch on Linux with `CFLAGS="-DFORCE_POSIX_SEND_FAKE" make clean all` and it worked for me with many tests....
Then what about NetBSD errors that it can't set TTL for socket? ``` setsockopt IP_TTL: Protocol option not available ``` By this errno in `https://man.netbsd.org/errno.2`: ``` 42 ENOPROTOOPT Protocol option...
Well, compiling with _DEFAULT_SOURCE works and don't break anything on NetBSD, but creates these warnings: ``` In file included from /usr/include/ctype.h:100, from packets.c:3: packets.c: In function 'parse_http': packets.c:218:45: warning: array...