Matěj Laitl
Matěj Laitl
Hi @katyo, I'm on (Gentoo) Linux and I have no problem building opencascade-sys (or any other downstream crates). Could that be something NixOs-specific? Could you please attach full error output...
> Besides clippy needing to chill :P :sweat_smile: clippy is tamed by https://github.com/tonarino/innernet/pull/326 though I'm facing docker test failures that I need to look into.
Oh I forgot about this, thanks for pushing it to completion.
Hi @gk1, this seems to be more a question about wireguard rather than innernet (which is just a thin layer that sets up wireguard endpoint and peers). You didn't mention...
Agreed the errors are often unhelpful: the server should propagate them better to the client (patches welcome!). Another example of unhelpful is when adding a peer with a name that...
> is the idea that, with the immutability, you're expected to go into setting up an innernet CIDR-tree with a single design pre-planned and implemented at set up time, and...
- https://github.com/tonarino/innernet/issues/138 is very similar earlier-reported issue
@skywhale pingy ping in case you still have cycles to iterate this PR.
@bschwind yeah I also get it on main if I comment out `# -- -D warnings` in `test_all.sh` to make it get past compilation. I was on nightly, but I...
Alright, I was able to debug the panic a bit more. The problem itself was a bug in rusb the solution is to update libusb1-sys -> I'll file a separate...