bold

Results 10 comments of bold

I don't think it is, there are some useful pull requests open

Hi, First of all thank you for this comment. I am not really using async-ssh2 and all I did regarding testing is assuring that the ssh2 test suite passes in...

Hi, I added you as a co maintainer. What's your username on crates.io so that I can add you there as well?

I think that needs some additional work: > Note: While PollEvented is Sync (if the underlying I/O type is Sync), the caller must ensure that there are at most two...

Hi, Are you interested in Shabal? I have an implementation that would be fully compatible with the library. (https://github.com/spebern/shabal-rs) All the best

I started to work on a crate to port the distributions: https://github.com/spebern/tch-distr-rs Besides porting, the most tedious work is to test everything. I think the best way to ease porting...

That would be really nice! It definitely needs some polishing and more implemented distributions, but I really think that the testing against python implementations takes away a lot of work.

Same issue for me: ``` Warning: Unknown type: zmq-socket error in process filter: zmq--subprocess-filter: Error in ZMQ subprocess: (void-variable ) error in process filter: Error in ZMQ subprocess: (void-variable )...

I won't implement auto refresh, in my opinion subscriptions per miner is enough. Eventually there needs to be some kind of pagination, because the table is too big. All I...

This should be easy to resolve, but I am a bit reluctant to do any changes there. There could be much work going into the UI, e.g. removing the tabs...