Stefan Lehmann
Stefan Lehmann
On Windows there is a *BadFileDescriptor* Error when calling `Black:Diff`. This is due to the encoding settings which add a `LC_ALL=en_CA.UTF-8` statement to the beginning of the shell command. On...
This PR copies the default settings in the Preferences folder and also sets up menu-items for sublime_black in the `Preferences` menu. This makes it easier for the user to configure...
I just wanted to this module for renaming some of my images. After installing it with **PIP** and starting it I got the following exception: ``` bash MrLeehsMB:~ stefanlehmann$ smart-image-renamer.py...
Fix proposal for solving issue #37. Don' t know if return is the best way to solve it.
After installation via Package Manager I can not access any Pipenv commands. The Console shows me the following messages: Package Control: The dependency 'requests' is not currently installed; installing... Package...
This issue occurs when validators have been added to a Flask-Admin field via the `form_args` attribute. It appeares when using the `NumberRange` validator but others might be concerned as well....
I propose to add child nav items not only to the currently selected root item but also to all others. Here is the reason: If you use directories to structure...
If I do something like this: `pdftools add -o output.pdf input.pdf` I will get the following error: `pdftools add: error: the following arguments are required: src`