Tuetuopay

Results 33 comments of Tuetuopay

Heh this happens right when I opened a PR for a long-standing issue on the core netlink socket handling (the ENOBUFS thingy). I'll reopen it against the proper repo! EDIT:...

Oh ok, well, that reduces the PR count. Thanks :)

I so happen to be hitting this too, I'm working on working around it. If you need some way to reproduce it, it's very easy to trigger it by adding...

The current behaviour is definitely workable, if inefficient. The way I'm currently working around this issue is by having my own intermediate task that forwards messages to my own stream,...

We could switch to the `TryFrom` trait instead of using `From`, but that makes it a breaking API change. The reason I did not make this faillible is because this...

@spietika I just pushed the updated version. Overall the changes are minimal and I totally forgot that access to the blocking was behind commodity functions, so it's not a full...

Yeah, hence why I completely fail to see how the compiler gets confused here, and why some combinations do work while some don't. Do you think it could be a...

@mikeyhew wait what? that actually works, including in my actual code that's much more complex than the example. thank you so much! With this it's more and more looks like...

Duh idiot me forgot the tests... I'll fix them tomorrow.

Popping in to let you know that I pushed [`protoc-gen-tonic`](https://github.com/Tuetuopay/protoc-gen-tonic), which can get handy.