CM

Results 11 comments of CM

No worries, thanks for creating this tool ^^ I haven't checked - there is no asc in the directory so there probably was a problem downloading it. A quick 2...

Using your fork, images seem to only show the preview rather than the actual image. I couldn't get images to show using the original master branch, so at least it's...

Hi, is anyone working on these at the moment?

Running `cargo test` from the `enigma` directory also results in errors: output ``` warning: profiles for the non root package will be ignored, specify profiles at the workspace root: package:...

One fix for this is to change the `ignore` setting in `.gitmodules` to `all`: ``` [submodule "otp"] path = otp url = https://github.com/erlang/otp ignore = all ``` This means you...

I was thinking of moving from Arduino IDE to the esp IoT development framework. This would help with breaking the waterelf32 into modular components. Have a read through the [esp-idf...

@Eroc33 I was thinking more the flexibility of a Makefile, sdkconfig, and seperate directories for components. For example there could be a separate directory for everything related to the webserver/webpage,...

Hmm, it seems like this was broken when `from sys import stderr` was removed in commit https://github.com/anthonyalmarza/chalk/commit/3df108fd3c3107d2b64936b38f177b74a7caa907. One solution would be to import `stderr` into `hendrix/ux.py` and then change the...

I'm also getting this problem

Which of these turned out to be better for use in a DFS?