Nicola Larosa
Nicola Larosa
It would also allow removing sensitive data that got included unwittingly.
+1 for `rewrite`, it has a nice Orwellian ring to it. :-)
According to the BogAudio spectrum analyzer, several signals behave unexpectedly at low frequencies: * red and pink noise flatten below ~100Hz, instead of keeping on going up; * blue and...
Another possibility is using the [duckerman/magnum-opus](https://github.com/duckerman/magnum-opus) safe bindings.
> I had a try to implement this by calling glViewport with a rect bigger that the screen, mostly worked ,but each app is zoomed independently, not the whole screen....
I found this discussion while looking for a way to improve code readability. I share @wingo's [concerns](#issuecomment-179734601) about decoupling the API from the code's actual structure: that would impair code...
IIUC, this change is needed to stake Decred coins. This is the remaining blocker for me and other Decred holders. We could finally use our Model T’s for Decred, after...
This risks being a fairly large DevOps job. The two main dependencies are [dcrdata](https://github.com/decred/dcrdata/) and [dcrstakepool](https://github.com/decred/dcrstakepool/). dcrdata has the following runtime dependencies: - dcrd - PostgreSQL and no deployment script....
Awesome! Maybe copy the README file there as the description, so that it doesn't look empty?
Maybe add a "Development" section too, unless it's the same as the "Contributing" one? It should mention `pytest`, `black`, `flake8` and the `.github/workflows/python.yml` file. (I forgot to add it as...