Indrek Ardel

Results 56 comments of Indrek Ardel

I bought one of the sticks as well and it did not work for me either. What finally let me flash it was https://github.com/RedBearLab/CCLoader on windows with prebuilt exe, arduino...

> Where did you get the bin from? It's right there, in a folder named Windows

It might be possible to do this without API changes as well by temporarily unsetting and storing the value in a variable, then querying the same scope name again. If...

@maxbrunsfeld to me it doesn't matter what the final solution will be and I am not trying to say in any way that I know better how an API should...

@maxbrunsfeld my answer to that question would be either a "no" or "I don't know". If it's possible to to do that, then it is indeed quite a straightforward way...

@50Wliu unfortunately that does not fix the issue. The part where `defaultValue = atom.config.get(name) ` is done, is roughly equivalent to `atom.config.get(name, {scope: '*'})`, which is assumed to be parent...

@darrylmorley ~~try installing `python3-gevent` package~~ Bad advice. If `/home/config/tvhProxy/venv/bin/python3 /home/config/tvhProxy/tvhProxy.py ` gives you that error you showed, try doing this: ```bash cd /home/config/tvhProxy . venv/bin/activate pip install -r requirements.txt #...

Yes, I am in Estonia. Make sure that `locale -a` displays the locales you are trying to use. If you don't have a locale installed, then `sudo locale-gen et_EE.UTF-8` should...

Unsure, I haven't tried in a long time. I'll try a fresh install a bit later.

I can confirm that this is still an issue. Below you will find the output of `sbt assembly`. [sbt-assembly-log.txt](https://github.com/tobyweston/temperature-machine/files/3587703/sbt-assembly-log.txt)