Zanie Blue

Results 1223 comments of Zanie Blue

See discussion at https://github.com/astral-sh/uv/issues/1207#issuecomment-2006942228

`TypeAliasName` may not be compatible with `MatchName` per https://github.com/RustPython/Parser/pull/99

Best implemented once `Box` matching is available in stable rust (nightly at the time of this comment).

I guess we'll have to determine parameter position recursively

@wtfzambo I believe you just need to turn it on at https://github.com/PrefectHQ/prefect/blob/main/src/prefect/cli/root.py#L26 but I'm not sure! I'd look at the Click/Typer documentation and let us know if you run into...

Might be a duplicate of https://github.com/astral-sh/ruff/issues/8691

We are continuing to consider the best path forward here and discussing with both the JetBrains team and the author of the existing plugin. We're very interested in providing a...

Some notes on pull request title standards would be good too.

Thanks for the response! `enum {Root, Else(P)}` is not a problem itself. We actually need to do `Root(Option)` to allow it to have a name in some cases but that's...

Thanks for the additional context. > Because you depend on foo @ 1.0.0 and there is no such version, there is no solution I agree this would be ideal. The...