mshafer-NI
Results
2
issues of
mshafer-NI
Would be nice if we could just have the default browser easily at hand: https://www.autohotkey.com/board/topic/67330-how-to-open-default-web-browser/ Could use something like this: ``` default_browser := DefaultBrowser() parts := StrSplit(default_browser, "\") name :=...
When attempting to run a single script, the cwd (which is vscode will be the folder of the script) is considered for imports first. This causes Python to import ./types...