kxrob

Results 15 issues of kxrob

Note: The `--debug` mode (break run with original exception for seamless external post-mortem handling - e.g. for IDEs, interactive, super-runners ...) was originally inspired by #23900 . Some test code...

awaiting review

I want to immediately see on the output (stdout) what has changed after a black run. `--diff` stops writing back the file. So it would require an arduous tee-ing to...

T: enhancement
S: needs discussion

SpeechRecognition is a massive dependency, like pocketsphinx. And possibly others too. Making those dependencies "extra" would remove a lot distribution load, burden and install errors. Anyway one wouldn't expect a...

#153 broke the `pywin32` builds by incompatibly hiding the MSVC & SDK dirs from `compiler_instance.include_dirs` - and decent public access at all. Same for libs. The problem happened at https://github.com/mhammond/pywin32/blob/fc69a1ecc150a13433a7a71d61bac52a5f3df42b/setup.py#L695...