Spencer Tuft
Spencer Tuft
**Describe the bug** Cannot use template strings or variables inside decorators because the parsers are looking for NumberLiteral and StringLiteral initializers. _**Edit**_: Cannot use TypeScript native types such as Pick,...
**What version of Ajv are you using? Does the issue happen if you use the latest version?** [email protected] **Your typescript code** ```typescript const schema: JSONSchemaType = { type: 'array' }...
Putting this upcoming change on our radar. Supporting version 3.1.0 gives us the ability to use the full JSON schema specification in the Schema Object. https://github.com/OAI/OpenAPI-Specification/pull/2370
Trying to compile my typescript to ESM using the @databases/pg package I get this error: > Type 'typeof import("/Users/xx/Projects/atdatabases-pg-esm-bug/node_modules/@databases/pg/lib/index")' has no call signatures. Minimal Reproduction Repo: https://github.com/stuft2/atdatabases-pg-esm-bug.git
### Describe the feature Add a `--dotenv` flag (or maybe an `--output dotenv` format option) to format the output of the `get-parameters-by-path` command in [dotenv format](https://www.dotenv.org/docs/security/env.html). ### Use Case Environment...
# Summary of Changes *What did you change? If this is a bug fix, how did you fix it?* The documentation already specifies that the developer should take care to...