Chris Belsole

Results 7 issues of Chris Belsole

# Issue Added support for setting a nullable field. Previously this would fail because a nil pointer cannot be set: ```golang # Nullable *string `db:"nullable"` person3 := Person{Name: "Barack", Nullable:...

### Describe the bug I have a contacts list with a single OPT_OUT email. Testing with the AWS CLI the OPT_IN filter status does not return this email. When I...

bug
needs-triage

Before you open an issue, please check if a similar issue already exists or has been closed before. Also please remember that you can also get help in the [#codebuddies-meta...

Backlog

Removing the `min()` func from `RescalePair()` stops the copy operation for passing the values into `min()` saving on the bytes per op and marginal decreases in runtime. For fun I...

### Summary This relates to https://github.com/PrefectHQ/prefect/pull/17826 This PR adds the global concurrency limit id to the deployment resource for create and update workflows. ### Requirements #### General - [x] The...

enhancement

When you create a deployment you can add a global_concurrency_limit. You currently cannot on an update call. Once [this ticket is implemented](https://github.com/PrefectHQ/prefect/issues/17803), we should add the global_concurrency_limit attribute to the...

enhancement
terraform-provider

## Bug description Where not null does not work on json fields as you would expect. ## How to reproduce ``` prisma.TestJson.find_many( where={"jsonField": {"not": None}}, ) ``` This function throws...