Bernhard Vallant

Results 3 issues of Bernhard Vallant

I'm having a field `tags` which is supposed to be an array of objects. Using react-select with `multi` I'm able to add tag objects (with an `id` and a `name`)...

enhancement

Calling `then()` only has an effect if the `SyncFuture` is still pending. Should probably behave more like this: ```python def then(self, on_complete: Callable) -> "SyncFuture": ret = SyncFuture() def call_and_resolve(v:...

### Confirm this is a Python library issue and not an underlying Cloudflare API issue. - [x] This is an issue with the Python library ### Describe the bug When...