nate nowack
nate nowack
### Bug summary ``` FAILED tests/records/test_filesystem.py::TestFileSystemRecordStore::test_read_locked_key - _queue.Empty ``` ### Version info (`prefect version` output) ```Text » prefect version Version: 3.0.0rc19+9.g1a73ede315 API version: 0.8.4 Python version: 3.12.5 Git commit: 1a73ede3...
### Bug summary when you have a `type: object` as a member of a union type for a block field, the form to edit that field disappears on the `object`...
### Bug summary right now, if i have something like ```yaml - name: label-issues triggers: - enabled: true expect: - marvin.issue.opened - marvin.issue.reopened parameters: event_body_str: "{{ event.payload.body }}" ... ```...
when using the `assistant` group of the CLI, you could get inscrutable errors if you deleted your whole `~/.marvin` directory
this PR fixes the type errors that arise during normal usage of `Task.map` by forgoing the using the `ParamSpec`, since it seems generally not possible to fully capture the user...
### Describe the current behavior  Currently (on chrome-like browsers at least), editing a large variable value is sort of hard. Typically when editing any text I have my old...
### Bug summary the client tests in the python tests sometimes [appear](https://github.com/PrefectHQ/prefect/actions/runs/11334690168/attempts/1?pr=15691) to hang and subsequently timeout ### Version info (`prefect version` output) ```Text n/a ``` ### Additional context _No...
i started on this branch trying to improve import strategies but after profiling with `cProfile` i saw that a lot of time was being spent doing `versioneer` stuff and [read](https://github.com/pytroll/satpy/pull/856)...