aarontravass
aarontravass
## PR Checklist Please check if your PR fulfills the following requirements: - [X] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have been...
**Preconditions** * HeidiSQL version: 12.6.0.6782 * Database type and version: 14.6 * OS: Win 11 **Describe the bug** After I left my computer in sleep mode for an hour, I...
**Preconditions** * HeidiSQL version: 12.6.0.6765 * Database type and version: PostgreSQL 14.8 * OS: Win 11 **Describe the bug** When I try to get a single row as an SQL...
Add support to verify jwt strings. For example ```ts const jwtSchema = zod.string().jwt() jwtSchema.parse() ```
I can't navigate to the access key option by using the arrow keys.
### Current implementation Most of our code is filled with unused vars because we frequently end up writing code like this ```ts // other mutation code resolve: async (query, root,...
Something similar to `tsx watch src/index.ts`, is there an option in esbuild? The `--watch` option will not run the file.