Roman

Results 428 comments of Roman

> @moltar Feel free to reopen if adding `"skipLibCheck": true` doesn't fix the errors. I fundamentally disagree with the premise of `skipLibCheck` option, and I will not undermine the integrity...

Mention left in homebrew formula: ``` ❯ brew info zplug zplug: stable 2.4.2, HEAD The next-generation plugin manager for zsh https://zplug.sh/ /usr/local/Cellar/zplug/2.4.2 (202 files, 369.9KB) * Built from source on...

Would love this functionality as well. Here's a specific use case. We are using RDS Aurora Serverless, which has auto-scaling built-in. When it starts to scale it kicks off connections....

Weird, nuked `node_modules`, and re-installed. Fixed the problem. 🤷🏼

> Do you have any version of graphql installed globally? Good question. Seems like no? ``` ❯ npm ls -g graphql /Users/xyz/.fnm/node-versions/v14.17.6/installation/lib └── (empty) ```

> If not, could you send here the portion of your lockfile (yarn or npm) that shows the graphql version resolution? Will do, if I can repro the issue again.

Ok, this is reproducible. Happens in GitHub Actions. https://github.com/moltar/projen-graphql-codegen

https://github.com/moltar/projen-graphql-codegen/blob/e46a16399478a82f2b8da113419778b0789add86/yarn.lock#L2256-L2259

``` ❯ ag --json -r '"graphql"' node_modules node_modules/@graphql-codegen/plugin-helpers/package.json 6: "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" node_modules/graphql/package.json 2: "name":...