Etienne Donneger
Etienne Donneger
Hi tincho ! I'm currently delving into the smart contract security world and your work on the [damn-vulnerable-defi](https://github.com/tinchoabbate/damn-vulnerable-defi) challenges has been a immense source of knowledge for me to learn...
Hi team, I encountered this issue when trying to build an API with more than one input type (e.g. PATH + QUERY like `/{path}?q=xxx`). When using `zod-openapi` with a route...
Hi, Seems like when applying default values to some parameters in the OpenAPI spec, those defaults are not carried over in the codegen. This could be useful especially for Zod,...
Hello, I've noticed that the code generation doesn't allow for having both required **and** optional parameters for an endpoint. [Example](https://typed-openapi-web.vercel.app/?input=N4KABGBED2AOCmA7AhrAlpAXFAzAOgAZDIAacKNRAM2izFAgkgBc1mAbeOyAFXgGdmYAIIAFAJKlyTAG7wATvzTRE3IusjkAvmSaxkzABb86DRpAD0zAc1PTzAc3i3sZxubgKDyxOIAm3NaCUu7ukPryyAC2zgom2ADa9qH0ySlQKDGBNgD68vAAjgCuaPkBuulhlNzFCgCeIZXm%2BcWl8AHYzPJF8BVNUPwAxobwUch2-WHMdQjcgvKUDpqTYFpp7jrrjG5NkJlc2Cy5cKwqyOw5AIyN-ZDVh7XyDX27LSVldFTn-L1bYUMjMYTFZQaazQ7zRbLSZrfqbfo7Sp7aIHUHHWCnFAXABMN129ygj2ef2ahXe7U%2B31%2BK0gANG41cJKmM1RtK6UKZqxJsPSAF0XmF8vxYCofvFUrc-PAvkV2C4JZNIFKhgsMT5uMJEGAioh4AAPBCDax%2BMAKeTQeRgIUixA-PB4pGDFTWRDyxG7VCwdhoQbeFQWABW-BUph5cO5WzDjCjPPhUCdURtSGY4rMazWQA) ```yaml "parameters": [ { "name": "test_required", "in": "query", "required": true,...
### Describe the bug The annotation of fields for inherited models targeting a protobuf emitter is a bit confusing. ```typespec import "@typespec/protobuf"; using TypeSpec.Protobuf; @package({ name: "test", }) namespace test;...
### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue When providing all the arguments to the CLI for `init`, this line checks if a contract address...
### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue If incorrect parameters are passed to the `graph add` command it will write these first to the...
### Which packages are impacted by your issue? @graphprotocol/graph-cli, @graphprotocol/graph-ts ### Describe the issue When merging PRs including changesets, the [`release`](.github/workflows/release.yml) GH action is triggered to add the changes to...