justin

Results 23 comments of justin

@zanieb anything i can do to help on this one?

@zanieb sorry for the delay on this one - decided to work on `ty` a bit what would you recommend as a reliable way to test which python interpreter was...

@zanieb still working my way through all the commands- sorry should have moved this back to draft

@zanieb i should probably hand this one off - i don't think the scope increase is a good match for my availability anymore (each time i've picked it up i've...

@zanieb was thinking about this a little more - could it make sense to pass project dir to the remaining few commands and merge this, then add an issue to...

this helped for me: `rm -rf /Users//Library/Caches/aws/toolkits/language-servers/cloudformation-languageserver`

ah - [this](https://github.com/thejchap/ruff/blob/bc89d0394ca2ee3161df37b8fa3de307d001e54f/crates/ty_python_semantic/src/types/enums.rs#L151) is being exposed now it does look like the type could actually be `Literal['a']` instead of `builtins.str` from the docs: > Note Using [auto](https://docs.python.org/3/library/enum.html#enum.auto) with [StrEnum](https://docs.python.org/3/library/enum.html#enum.StrEnum) results...

i can take a look at this next week

@sharkdp i am not sure - one thing that seems like it could be nice over time is to have better diagnostic info for this specific case (for example highlighting...

@AlexWaygood took another stab at naming based on how i interpreted your and Carl's comments cc @carljm - i wasn't sure the best way to pull these [comments](https://github.com/astral-sh/ruff/pull/21820/files#diff-a4d813e6b59314ddbc2448d1133969548760611a9de2d07a0c36a0cbe2c93ed3R2352) over from...