Zanie Blue
Zanie Blue
`mypy` can warn / error on missing annotations.
We're probably going to have a Helm chart for Orion that accomplishes part of this. The work at https://github.com/PrefectHQ/server/pull/171 is likely relevant (code at https://github.com/PrefectHQ/server/tree/helm-azure/deploy). I made significant progress to...
Please let me know if there's anything you need from the Astral team.
Hi! Just want to chime in that this is something we noticed was duplicated in our tree. It looks like this is blocked waiting for - https://github.com/hawkw/matchers/pull/5
There's been additional progress on TAPS, there are three documents covering [architecture](https://www.ietf.org/archive/id/draft-ietf-taps-arch-13.html), [implementation](https://www.ietf.org/archive/id/draft-ietf-taps-impl-13.html), and [interfaces](https://www.ietf.org/archive/id/draft-ietf-taps-interface-16.html). It seems like they're moving very slowly though. It may be good to clarify how...
Is there a recommended workaround for this or something blocking changes to support the feature? (Asking here since https://github.com/chocolatey/choco/issues/2134 was noted as a duplicate, but the use-case is the same)
Recently someone was importing from my package's `__main__` file which seems pretty dubious to me, but I couldn't find anything saying that users should _not_ do that.
Yes I agree discouraging it explicitly would make sense. `import __main__` has some pretty specific and complicated meanings, but I'm referring to `from foo.__main__ import bar` which I feel is...
Seems reasonable to switch to a maintained repository. cc @BurntSushi who has more context on auditing Rust packages than me.
cc @potiuk regarding if this would work in Airflow