Joel Tannas
Joel Tannas
Originally posted by **jmoreno-kueski** August 30, 2022 I've implemented the response examples as they are on the official GitHub repo page however they go beyond a message saying: "# Not...
One question ... I am using rswag 2.5.1 and I am observing that only the "legacy" call to example**s** examples 'application/json' => { id: 1, title: 'Hello legay world!', content:...
### Environment information ```bash CLI: Version: 1.3.3-nightly.38797b7 Color support: true Platform: CPU Architecture: x86_64 OS: linux Environment: BIOME_LOG_DIR: unset NO_COLOR: unset TERM: "xterm-256color" JS_RUNTIME_VERSION: "v18.14.1" JS_RUNTIME_NAME: "node" NODE_PACKAGE_MANAGER: "bun/1.0.13" Biome...
### Describe the bug When using `useQuery`, TS correctly infers the argument type of the `select` query option to be the return type of the `queryFn` data. Applying the same...
### Discussed in https://github.com/rswag/rswag/discussions/580 Originally posted by **Oleg-Sergeyev** November 10, 2022 Hi there! How to get the object @request in 'rswag-tests'? The "classic" tests has this object. # 'Classic' test:...
**Description** When I do not have the bandwidth to update a dependency, I would like to be able to hit "snooze" on updates for that dependency to temporarily ignore that...
Extends #823 with unsafe autocorrect and/or manual corrections to most rubocop offenses listed in `.rubocop_todo.yml`. I think I've taken it as far as I can without doing a more substantial...
Just poking around with different approaches without changing public interfaces. Seeing if I can make the code more approachable.
PR to add support for the feature proposed in #113 ~Putting it up early as a proof-of-concept and as a demonstration that I'm willing to do the work.~ There's some...
## TL;DR Would you accept a PR to add support for the following? 1) Support for 4 number versioning schemes (i.e. `EPOCH.MAJOR.MINOR.PATCH`) 2) `gem bump -v epoch` that does `EXXX.Y.Z`...