Zanie Blue
Zanie Blue
@john-jam thank you so much for the thorough information! > Do you have any minimum/recommended system requirements for a self-hosted orion API ? I do not at this time. We...
Thanks for giving this a test @ddanier ! Can you share an minimal complete example that uses forward refs and demonstrates how it breaks your routes? I can investigate adding...
cc @jamiezieziula and @jawnsy for some additional opinions.
Thanks for the well written report! It looks like we need to try/catch on https://github.com/PrefectHQ/prefect/blob/1a3a3adf0bf4d83206f0367b98905a9db15cfec4/src/prefect/agent.py#L202 Perhaps just by pushing that call into `_submit_run_and_capture_errors`.
I've opened an issue on Poetry to document the schema for dependencies: https://github.com/python-poetry/poetry/issues/6600 I agree, I'm sure how you were supposed to know. `platform` has been an option for a...
To clarify... (source at https://github.com/pdm-project/pdm/blob/main/src/pdm/cli/commands/init.py#L79-L89) If YES, this collects a `name`, `version`, and `description` and at runtime, setting a `name` has the _side-effect_ of installing the project as editable. If...
Thanks for the link! That's helpful. I'm a bit hesitant to just link out to `main` and I don't see a great way to template a tag when the documentation...
I believe this also addresses https://github.com/encode/httpcore/issues/564
I want to attempt to do some manual confirmation that this behaves correctly before merging :)
The first iteration of this was missing some constants but still passed CI which makes me concerned about test coverage here. Leaning away from merging this until we get additional...