Edmund Miller
Edmund Miller
@ErichDonGubler I'm having the same issue. Have you figured out a fix? I'd be glad to PR the documentation.
`unalias sd` works for me on zsh, thanks!
@LoveSponge You can do like I did here. https://github.com/Emiller88/doom-emacs-private/blob/master/themes/doom-ayu-light-theme.el The file naming and location is important. I'm struggling with the colors because they're inconsistant in their colors across different editor...
I'm having the same issue. +1
> Just a heads up, until rewrite docs is merged, doc PRs should go into another PR targeting `rewrite-docs` > > also CC @tecosaur Appreciate it, I didn't think it...
Sounds good, thanks for the explanation! I removed them and made [an issue ](https://github.com/doomemacs/doomemacs/issues/6594) to go back and add some more docs on what it's doing once we iron this...
Do you have any idea where to start? I'm pretty new to emacs but would love to take a stab at it.
Alright I've hit a snag. So the tests can't seem to find anyting in `bin/` if I use `--symlink` arg for pytest. Anyone know anything more about how nextflow copies...
@grst Hmm the Path line is in there, and it looks right. Does PATH not like symlinks? ```export PATH="/tmp/pytest_workflow_woixfhep/Run_default_pipeline_with_test_data/bin:\$PATH"```
@pditommaso Could I get your thoughts on why this is happening? I noticed that https://github.com/nextflow-io/nextflow/commit/1405a28f8fc2d1198a7c76d19bf96fcc968a72b0 Is in the 5v20.11.0-edge changed the way the bin dir is handled and I'm using...