Alexei Robyn
Alexei Robyn
@mikew The relevant `pyls` settings part of the LSP config is: ```json "pyls": { "plugins": { "pycodestyle": { "enabled": false } } } ``` You'll have to figure out how...
That's an interesting analogy, but it sounds more like the VM is the guitar player. Which makes the programmer someone attempting to write... not a song, but a collection of...
Might want to make the mouth & eyes coverage `OUTER` layer to allow it to be compatible with gas masks, similar to most helmets & the phase immersion suit. EDIT:...
Force-pushed to fix some compatibility issues
Rebased against master again to drop my `Correct '--output-to' to being an option rather than a bare flag` commit, as another source for that fix was merged.
Still not implemented
I'll see if I saved any of them somewhere, but I'm not finding it too likely. I did attempt `--decode-through-errors` at the time, and it did *not* work. I ended...
Using a predictably-named temporary directory in `/tmp` is a security issue. Instead: - Use a (properly) randomised name for the temporary directory, ideally prefixed or suffixed with something like `parallel-`...
Aside from any other possible optimisations, shouldn't it be fairly trivial to make watchexec skip looking for ignore files if all of `--no-default-ignore --no-global-ignore --no-project-ignore --no-vcs-ignore` are set?
> ... or is it possible to provide extra flags to the nix command via the nix-prefetch CLI? It is, `nix-prefetch --option extra-experimental-features flakes` works fine.