Silas Sewell

Results 6 issues of Silas Sewell

- https://github.com/mscdex/busboy - https://github.com/felixge/node-formidable Not sure if we want to handle this inside swagger-framework.

It looks like instantiated extensions passed to Schema are racy. Example of racy usage: https://github.com/strawberry-graphql/strawberry/blob/d6137f02a85c8659aedebac9c9e813ff72f267fe/tests/schema/extensions/test_opentelemetry.py#L200-L202 For `OpenTelemetryExtension` a single instance of `_span_holder` is going to be created and reused. https://github.com/strawberry-graphql/strawberry/blob/d6137f02a85c8659aedebac9c9e813ff72f267fe/strawberry/extensions/tracing/opentelemetry.py#L31...

bug

It looks like the changes merged in #367 generate duplicate `operationId`'s. You can see this in the test example: * https://github.com/google/gnostic/blob/3751138311725a0e9d353b805b2e121c94155d18/cmd/protoc-gen-openapi/examples/tests/additional_bindings/openapi.yaml#L13 * https://github.com/google/gnostic/blob/3751138311725a0e9d353b805b2e121c94155d18/cmd/protoc-gen-openapi/examples/tests/additional_bindings/openapi.yaml#L37 According to the spec these must be...

It'd be great to get a release after the standard library list is updated as well (so golangci-lint and such can better support Go 1.23).

Right now the [Flexsearch](https://github.com/shuding/nextra/blob/nextra-theme-docs%402.13.2/packages/nextra-theme-docs/src/components/flexsearch.tsx) component will not show results unless both the `pageIndex`and `sectionIndex` contains results. This makes it so page titles don't get shown in the results much of...

**Describe the bug** `InngestTestEngine.execute` runs steps multiple times when it shouldn't. This might end up being the same issue as #1066. **To Reproduce** 1. Set up test environment ```sh mkdir...