Billiam Crashkopf

Results 9 comments of Billiam Crashkopf

I've been having the same issue. Libmodbus does not enforce the wait time after receiving before sending again. It causes communication errors with some devices when polling at maximum rate....

I got bitten by this issue today. I believe the root cause (for my system anyways) is an update to GCC's defaults (-Werror=implicit-function-declaration is now default behavior) see: https://gcc.gnu.org/gcc-14/porting_to.html In...

Agreed that the include should be added, but what is the source of the test code? Was it hand-written into configure.ac or was it generated by some tool like autoscan?...

[configure.patch.txt](https://github.com/user-attachments/files/16450365/configure.patch.txt) This patch fixes all the implicit-function-declaration errors in the configure script. With the above fixes configure runs, and maybe even gets correct results from all it's tests, but unfortunately...

> Reopened this. Looking for ideas on how people think this should work. I was looking for this exact feature today. I started playing with [fzf](https://github.com/junegunn/fzf). It's nice, but a...

Thinking about this some more: There would still need a way to get TTY I/O with stdin/stdout being used for data processing. I guess just open `/dev/tty`. Not sure how...

I've had the same issue for months on Mint and Arch, both using Cinnamon as window manager under Xorg. I can confirm that this happens with sloppy focus but not...

I just noticed there's a new option in Steam Settings -> Interface, "Enable context menu focus compatibility mode", and it seems to resolve my issues with sloppy focus.

Here you go: ``` root@host # ifconfig tun0 create root@host # env /usr/local/sbin/openvpn --cd /usr/local/etc/openvpn --config /usr/local/etc/openvpn/openvpn.conf --writepid /var/run/openvpn.pid 2025-07-14 17:15:29 Note: --cipher is not set. OpenVPN versions before 2.5...