Joe Rickerby
Joe Rickerby
I like the idea. I also think it would be cool if the same mechanism could extend to users adding new identifiers, like the feature request in #1718. It would...
Yeah. It'd also be good to think again about the PythonConfiguration object schemas if we're exposing them. For example, on Windows we should maybe call the version field `nuget_version`.
Do you mind if we punt this to after v3.0? Big diffs like this seem like unecessary risk when tapering to a release.
yeah, let's get this in now. I'll let you hit the button henryiii, just in case there's something else you wanted to address here.
To track time spent in awaits, you have to start the profiler inside the async task you're interested in. You can't use the command-line style.
Ooh yes this is an excellent point. Yes I totally agree that the current approach could be improved. The current method looks for a parameter in the function called `self`...
Sorry for the delay in getting back to you! A change to behaviour in Python 3.11+ to use the statically defined class name from `co_qualname` would be excellent. If you...
Quick fix here would be to run your "Generate matrix" job on arm64, but I agree it's not ideal. Maybe we need a way to disable the autoskip when doing...
Can I just check a couple things? We do test the situation you specified above in our integration test, so there must be more going on in your example -...
This looks nice and neat! Is there an example of it working in a real project that you've been testing it with?