efokschaner
efokschaner
If you can't execute a meme in a web browser, is it really a meme at that point?
Firstly, thanks for the work that has gone in to cpuminer. It worked great while so many other non-asic miners did not. I got cross-compilation working for Windows from Linux...
This is a updated fix for https://github.com/pyupio/safety-db/issues/2308 and supersedes https://github.com/pyupio/safety-db/pull/2309 It uses importlib.resources which means dropping support for python 3.6 and below. I tested using the following commands: ``` >...
Not a huge issue, but wanted to raise it as potentially an enhancement. When I try to import a 230 MB file, I get an uncaught exception, and the web-ide...
Changes are mostly to do with string vs. bytes and encoding stuff. I've confirmed it still works on the original bitcoin genesis block example, as well as finding a custom...
I noticed that in our codegen we transform nested things into top-level members with an underscore between parent and nested member. eg. `CodeGeneratorRequest_RequestedFile` Whereas (for example) in the official capnproto...