VSCode used to have issues with sorting Python imports (2021), as described further down below, but this has since been fixed.
All you need to do to make VSCode use its builtin isort
on save is this in your settings.json
:
from ldap3 import Server, Connection, ALL | |
from tornado.web import create_signed_value, decode_signed_value | |
import pywebio | |
from pywebio.input import * | |
from pywebio.output import * | |
from pywebio.session import * | |
LDAP_AUTH_URL = "ldap://localhost:389" | |
LDAP_AUTH_SEARCH_BASE = "dc=example,dc=org" |
Batch converter for Windows using Inkscape with the command line
InkscapeBatchConvert is an easy to use solution to quickly convert all files of a folder to another type without the need to open Inkscape. The program uses Windows Batch scripting and will only work on Windows.
Tested with Inkscape 1.0.x - 1.3.x ✅ (The last version that supports Inkscape 0.9.x can be found here)
_InkscapeBatchConvert.bat