Richard Carlsson
Richard Carlsson
> I think that was meant to be removed from `rebar.app` since you'd change it in config or environment and not by rebuilding rebar3. Yeah, I thought about dropping it,...
Removing or renaming the C:/Users//.sonic-pi directory fixed this problem for me. A new directory will be created when Sonic Pi starts up.
> See #148. Note: that issue is only about dir-locals, but editorconfig seems to always override even my file local variables.
Thank you! I still feel though that for Emacs, you expect that dir-locals and file-locals should be able to override any other configuration by default. The typical scenario is that...
If it's third party code, I'd have the choice of either asking them to add an .editorconfig file to their repo, which they may rightly think is irrelevant to them,...
Why would this be expected to work? The dockerfile sets up everything under `/home/aeternity/node` and creates user `aeternity` with UID 1000. Running with another UID (except root) will not have...
Ok, that makes more sense. Is the node expected to be able to run without writing to the data directories at all?
> #4077 is the same thing? Basically yes
Note: when launching in the background (with the 'start' or 'daemon' flags), this is done via the `run_erl` shim, which disconnects stdin and attaches stdout and stderr to disk files...