iczero
iczero
Wouldn't this be intended behavior? It sounds awfully like it was done intentionally.
@git123hub E189 in your mod is just a bunch of elements jammed together. It's not likely that it's a good alternative or that it's going to get merged. Additionally, he...
PTCT-based NOT gates take a long time to revert. Also, pretty sure one of the properties can be used. If not, there are always pavg and flags
It's how they're supposed to work?
Same problem here. After what seems to be a random period of time, an error occurs and bluetooth stops working. Restarting hciuart reports the device is not responding. ``` $...
Same here. It seems to be an issue specifically with kwin_wayland, as it doesn't happen on gnome. I think someone mentioned that there was a patch somewhere to fix it,...
Hello, I've encountered a false positive with the following code: ```rs let file = File::open(args.input_file)?; let mut reader = BufReader::new(file); let mut pkt_buf = Vec::new(); loop { let mut len_buf...
This PR does not affect the behavior you describe. Tinc already does this automatically. This PR only affects which node packets are sent to, not how.
Apparently github ate my previous comment... I currently do not have time to work on this, but I will update the PR when I do. Regarding the current code, it...
Fixed the subnet selection issue. The cache seems to be invalidated with graph changes, which may be enough.