Alex March

Results 5 issues of 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. ![capture](https://cloud.githubusercontent.com/assets/171876/25992345/2e74d2da-36fe-11e7-992b-5c24e364518f.PNG)

Windows
ui / ux

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...

investigation needed

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

enhancement