Karthik Nadig
kanadig.com
Karthik Nadig
@kanadig.com
Building Python extension and tools for VS Code. Developer Manager at Microsoft

https://github.com/karthiknadig
https://linkedin.com/in/karthiknadig/
Reposted by Karthik Nadig
...and if you're using argparse, you'll want 3.14 because `suggest_on_error` is now an optional parser feature ✨

docs.python.org/3.14/library...
argparse — Parser for command-line options, arguments and subcommands
Source code: Lib/argparse.py Tutorial: This page contains the API reference information. For a more gentle introduction to Python command-line parsing, have a look at the argparse tutorial. The arg...
docs.python.org
December 17, 2024 at 6:20 PM
`uv` is used for create environment , install, uninstall, if we can find it on PATH. There is also some support for `uv init`.
December 17, 2024 at 2:43 AM
Interstella 5555 is wild. Music runs the universe.
December 14, 2024 at 3:13 AM
I really like this one by Tom Cardy: m.youtube.com/watch?v=G87p...
Level Clear! - (Official Music Video)
YouTube video by tom C
m.youtube.com
December 10, 2024 at 7:30 AM
November 25, 2024 at 6:28 AM
After it breaks try `ld` (load symbols) followed by `!analyze -v`. If it is an expected exception that is typically handled, try `gH` (continue handled), gN (continue with unhandled exception). See if that gets you to the point where you need to be.
November 25, 2024 at 5:47 AM
Internally there are several extensions to `windbg` that can significantly improve error reporting. I had created one for COM debugging. Just that it might be a bit hard to find, and you may have to compile some from source.
November 25, 2024 at 5:32 AM