Alex March
Alex March
Discussed on the [micropython forums](http://forum.micropython.org/viewtopic.php?f=5&t=1912&p=10773&hilit=const#p10773): `const()` variables still allocate memory when used. Until there is some enhancement in place to help save memory when using consts, I moved the register/commands...
Hello, .git folder under ~/.password-store is not being hidden, allowing me to delete folders. I use linux at home and don't remember having this issue. 
Setup: ``` ❯ tree . ├── Content.proto ├── Detection.proto └── lib 1 directory, 2 files ``` Content.proto ``` syntax = "proto3"; package My.Content; import "Detection.proto"; message Content { enum Type...
This is probably a duplicate of #12. I've had luck with using ofxCMake addon for the most part. Apart from the linking stage, even though there lines in configLinux.cmake ```...
Action/repo - https://github.com/python-semantic-release/python-semantic-release Docs - https://python-semantic-release.readthedocs.io/en/latest/index.html
In the README there's no mention of the fact that libninja will remove any existing files in your source directory. I ran this from in the root of my project...