Bryant Mairs
Bryant Mairs
Maybe it's worth reaching out to people on [This Week in Rust](https://this-week-in-rust.org/) on their Calls for Participation section. If you tag bugs as easy with enough of a description, might...
@dcuddeback Can you respond to my PR so we can ideally merge this code? I've been using it for a while in my own project and it works on Windows...
Fair enough. In the mean time I'll use my fork for this functionality then. Any idea when this might be available in mainline? Additionally, let me know if there's any...
@dcuddeback Any updates on this work and the big refactoring? I'm looking to push my project to crates.io, which requires that it only uses libraries with releases on there, so...
I believe that @retep998 is only accepting PRs to the active development branch `dev`, so using the 0.3 API. Could you rebase this on that branch instead? You can set...
I'm mining currently using `xmr-stak`, and it exposes data over [an HTTP/JSON API](https://github.com/fireice-uk/xmr-stak/blob/master/doc/usage.md#html-and-json-api-report-configuraton). Duplicating this functionality where it makes sense would be useful as there are already many tools that...
This is indeed a breaking release. Please see the changelog for things that have been changed. They should all be documented there so that upgrading should be easy.
In these examples, does it even make sense to display the "Call back" button since you have successfully had a call since the original missed/declined calls? I would think this...
I've been confused by this as well and was thinking that a smaller modification could help as well, though I don't know how well it'll translate. "Call back" makes me...
@japaric I've commented out the thumb targets with a clear explanation. This should prevent people (like I did) try to add them in future PRs because they saw cross supported...