Stefano
Stefano
Yes, agreed. On the long run I was hoping to have it completely manage cpuminer so specifying the wallet address is a must. For now it just runs the benchmark...
Would you not want most of this configuration to be the same for all algorithm though? That would make the benchmark more fair. What parameters you think would be useful...
Thank you you kind stranger!
If you extend `DonutOutputCacheAttribute` you'll have access to the field `OutputCacheManager`, on which you can call `RemoveItem` and `RemoveItems`.
I have had the same problem a couple of times. It happens when merging changes in, and it's very hard to find where the problem lies!
Console said racer could not be found. I had it set to just `racer`, because the folder was in the `$PATH` and I can use it from iTerm. So I...
My workaround was to use patch as a context manager: ``` with patch('my_calendar.requests') as mock_requests: ```
those would be included in the first list that I've attached, but here it is: [Test Results — Tox_ run on py36.pdf](https://github.com/rtfd/readthedocs-build/files/2041411/Test.Results.Tox_.run.on.py36.pdf)
Hi, this still errors for me. Your solutions seems to be working for now, so why is this issue closed?
I get the error out of the box. Shouldn't this be fixed so that when generated it works, rather than having to search on closed github issues to find a...