sebws
sebws
Add an option to filter parameters out for RTK Query codegen for OpenApi schemas. Both the path parameter and the body parameter aren't included in this, but could possibly be...
Hi there, Using the RTKQ OpenApi CodeGen, [common parameters](https://swagger.io/docs/specification/describing-parameters/) are tricky to deal with. I have set some common parameters to be put in the headers for every query. The...
when flattening an argument, if the type is optional, it should be a union with undefined. the PR implements this by adding a union node for the type of the...
Add an option to filter parameters into endpoint overrides for RTK Query codegen for OpenApi schemas. Both the path parameter and the body parameter aren't included in this, but could...
Hey there, as far as I can tell the MAT Muscle Meter is just a reskinned WeiHeng WH-C06. See this file for a manufacturer provided implementation of communication. https://github.com/sebws/Crane/blob/4cfdd1eb2afd250641afbfeac0fba36aab6fcf75/ScaleWatcher.java Unfortunately...
In SST v2, you were able to disable telemetry through an environment variable which is a relatively standard way of doing it. I've opened #1152 to address this. At the...
relates to [this issue](https://github.com/cloudflare/wrangler-action/issues/374) and the [workaround comment here](https://github.com/cloudflare/wrangler-action/issues/374#issuecomment-3258265218). it seems it would be ideal to use this command, but I think it would be a breaking change to do...
Before submitting a pull request, please take a look at our [Contributing](https://github.com/getsentry/sentry-javascript/blob/master/CONTRIBUTING.md) guidelines and verify: ~- [ ] If you've added code that should be tested, please add tests.~ -...
Before submitting a pull request, please take a look at our [Contributing](https://github.com/getsentry/sentry-javascript/blob/master/CONTRIBUTING.md) guidelines and verify: - [ ] ~If you've added code that should be tested, please add tests.~ -...
### Summary version_metadata is non-inheritable. although you could assume so as it seems related to vars, it isn't clear. this PR adds a line to mention it. ### Screenshots (optional)...