muji
muji
I hit the same problem here. It appears that without this fixed the `Any` types can't be used in practice. Any idea how this could be fixed so I could...
This looks like a bug to me, can you post the full stack trace please?
Hey, Sorry for the slow response. I'm super busy building a house so may be a while before I get a chance to take a look at it. Any chance...
Well not so soon, as my laptop just died and I am working on other stuff ;) If either of you can submit a PR with a failing test case...
Thanks for the bug report @jeff0905, can you provide a copy and paste example that reproduces the issue please. If I can reproduce it, I should be able to fix...
Using the tagged version also fixed my problems dialing peers, can you please publish a fixed version so this won't affect other people?
@killercup did you make any progress with this? I did some experimentation with wrapping `ByteStream` but could only get chunk sizes that fit the OS buffer (8192) so no easy...
@killercup, I am surprised this issue does not have more interest as I suspect it is common to want to show upload progress. Hooking into `ByteStream` is a workaround and...
Ok, so I have hacked something together that appears to work. Caveat that I am not sure about the performance implications of this approach and would appreciate input from more...
I am blocked on upgrading to `[email protected]` by a dependency my project has on `warp` (which I think is blocked by other upstream dependencies). But if you can use `[email protected]`...