Shawn Jones

Results 9 issues of Shawn Jones

Motherboard: Gigabyte Z370 AORUS Gaming 7 Chipset: ALC1220 Driver ver: 6.0.8924.1 -Front mic works just fine -Front jack detection (for both front mic and front audio out) work fine -Tested...

### Issue description We'd like the ability to use the connector without automatic retries. These retries hide underlying errors making it hard to calculate observed SLA. Furthermore, they can cause...

enhancement
feature

**Is your feature request related to a problem? Please describe.** assume you have this model: ``` model MyModel { id String organizationId String @@unique([id, organizationId]) } ``` there doesn't seem...

enhancement
priority:low
community

### Issue description ConnectionLimit is hardcoded to 20. I'd like to be able to specify this. This causes queueing at the client whenever snowflake query durations hit even a modest...

feature
status-triage_done

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox > Make...

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox > Make...

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox > Make...

**Is your feature request related to a problem? Please describe.** It is not possible to enforce pagination using auto-generated resolvers. This makes it easy for API requests to ask for...

enhancement
community

# Brief description The [self-hosted production guide for docker](https://docs.temporal.io/self-hosted-guide/deployment#docker--docker-compose) suggests using `temporalio/docker-compose`, but [that page](https://github.com/temporalio/docker-compose?tab=readme-ov-file#using-temporal-docker-images-in-production) says `temporalio/docker-compose` is for local use only and that we should use `temporalio/server` in production....