Daniel Schultz
Daniel Schultz
## What you are doing? Dialect specified in configuration is ignored when using a connection URL and invoking `db:drop` or `db:create`. I have a configuration which specifies urls using `postgresql://`...
This PR adds tests to PR #33 which will ultimately fix a bug where schemas are ignored when checking for the presence of a migrations table. Note: the tests do...
I am using schemas to parallelize integration tests (one schema per test worker). Before each test I want to run the following setup: 1. Create a new schema 2. Set...
#### Support plan * *is this issue currently blocking your project?*: no * *is this issue affecting a production system?*: no #### Context * *node version*: 14.16.1 * *module version*:...
**Is your feature request related to a problem? Please describe.** I just realized that I hadn't set up Maestral to boot on load, so it wasn't running for a few...
**What version of Ajv are you using? Does the issue happen if you use the latest version?** Using 8.11.0 (latest) **Ajv options object** No options are set ```javascript export const...
Thank you for the project! We're using [module-alias](https://www.npmjs.com/package/module-alias) in our project to prevent import hell. According to [this issue](https://github.com/ilearnio/module-alias/issues/27) they are recommending a `$` prefix to aliases in order to...
In issue #8094 there was a request to allow for a global `prettierignore` file but the request was rooted in a use case of convenience. I wanted to raise the...
### Version 29.0.2 ### Steps to reproduce 1. Create a new project that uses a jest transformer (e.g. `ts-jest`). 2. Specify a `collectCoverageFrom` in `jest.config.js` in a way that will...
**What version of Ajv you are you using?** 8.11 **What problem do you want to solve?** I'm using Ajv as a runtime companion for TypeScript / to generate type guards...