George Kettleborough
George Kettleborough
After several years I've started working on a pretty graph again. I've been looking at using SVG for drawing it and had some good results so far. Firstly, it is...
Essentially the difference between tig and gitk is that tig always grows out by appending to the right, while gitk grows by pushing out from the left. With box drawing...
Happened to me when updating from Ubuntu 18.04 to 20.04.
Sorry for the extremely late reply. Yes, using the `--python-executable` option does seem to fix the issue with pip-sync, at least.
I haven't looked into it recently. The `--python-executable` fix works for `pip-sync`, but not `pip-compile`. The former calls python in a subprocess, so can be made to work nicely (might...
This is still an issue. It would make things *so* much easier if `web-mode-engine` could be set as a dir local variable. This means all files in that directory/project would...
Are there any examples of snippets with Python 2 syntax? I've looked and I'm pretty sure it's all Python 3 now.
I'm from even further in the future, and this behaviour is still a bit confusing, but the original issue seems fixed. I wanted to reinstall a package into the latest...
My apologies, I had an environment mix up and the above behaviour I posted was for pipx 0.16.4. With the current version 1.2.0 I see the same behaviour as @dukecat0....
I would expect having both enabled would create the `pythonRequirements` layer *with* zipped dependencies, thereby shrinking the size of the layer (and obviously leaving the zipped deps out of the...