Feuermurmel
Feuermurmel
This is moot now, but for the record (I got quite confused for a while after reading this issue), the EU _did_ use the official ISO 3166-1 alpha-2 code for...
As a workaround, I got it to install into a virtualenv using the following command: ``` python setup.py --prefix="$VIRTUAL_ENV" --without-shared-cache --freedom=false install ```
@jristz I would also go for a rewrite using distutils (or setuptools for that matter). I did not touch any of the code doing the actual install when fixing this...
FYI, the manual states under [4.14 Recursive Scanning](http://emcrisostomo.github.io/fswatch/doc/1.14.0/fswatch.html/Invoking-fswatch.html#Recursive-Scanning): > The semantics of the (--recursive, -r) option is: recursively scan subdirectories. However, implementations may silently add ‘if the monitor does not...
> From what I gathered it seems to be an error that occur with Python 3.8 ? > > I managed to fix it in my code base by replacing...
Almost created a duplicate of this issue. My motivation for this feature would be to cherry-pick multiple commits or create an octopus merge with multiple commits.
@randolf-scholz I think your case is compounded by https://github.com/psf/black/issues/510, where a chain of attribute accesses is put on the same line even if it exceeds the length limit. This does...
Just my two cents, maybe my input helps: I stumbled on this with a function that had all it's code indented by 8 spaces, including a `# fmt: off` section,...
Thanks for the reply, @RRosio! > * [Initialization cell in jupyterlab notebook jupyterlab/jupyterlab#7620](https://github.com/jupyterlab/jupyterlab/issues/7620) I think I stumbled on that issue before opening this issue. Initialization cells (like Mathematica implements them)...
I tried to re-create the issue with version 3.5.1-1, the dialog doesn't re-appear after setting the Python path but now I'm stuck at this empty window, so I can't really...