Samuel Hinton
Samuel Hinton
Hi team, I notice in the settings, that you cannot manually specify the language. ``` // setting this manually will be ignored l: 'auto', ``` Which is frustrating, because if...
The `Unpack` addition has been great, however a lot of our code has an existing library of dataclasses instead of typed dictionaries. Here's a dummy example using one of the...
Hi all, I've got a fun use case to see if there's appetitate for me to raise a PR about. When using `tick` in my tests, I would love to...
### Problem Parts of my dashboard require sourcing CSV files from external hosts, and it can take a long time (60s) to download and processes that data. However, the data...
For many epub works, it is common to have sections before the Table of Contents. A foreword, acknowledgements, copyright and dedication are all fairly normal to include. For other formats,...
As per https://github.com/apache/pulsar/issues/3643, it seems pulsar should support seeking on partitioned topics. This functionality seems partially missing in the C++ and python clients. # Reproduction First, run a pulsar standalone...
Right now, a third party process saves out json files into an S3 bucket for us. The filename looks like `-.json.gz`, and each file is the output of an endpoint...
### Bug summary The Variable.get type hints indicate they return an optional string. ```python @classmethod @sync_compatible async def get(cls, name: str, default: Optional[str] = None) -> Optional[str]: client, _ =...
### Checklist - [x] This pull request references https://github.com/PrefectHQ/prefect/issues/15061
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar request and didn't find it. -...