Stefan Baack

Results 6 comments of Stefan Baack

Thanks for the quick reply. This problem persists when I switch to `{.js}`.

Doesn't work either. However, I found that if I remove the closing brace, highlighting works again regardless of the language used. So`{.bib`, `{.js`, `{js` all work, but `{js}` or `{.js}`...

You're right, `{js }` or `{.bib }` works. Thanks for your work!

I would prefer `pip-sync` to ignore editable installs _by default_ and offers a `--include-editable` rather than a `--ignore-editable` flag. This way, if I add `-e file:.` to `requirements.in`, I would...

Thanks for the request. Unfortunately I never used Docker myself. I might look into it eventually, but not any time soon. Happy to accept pull requests for this though. Alternatively...

> Until an `--upgrade-all` option is officially supported, this did the trick for me: > > ```shell > pip list --outdated | grep -Ev "Package|^-" | awk '{print $1}'| while...