Joshua Napoli

Results 6 comments of Joshua Napoli

> There is also an issue with using the "yarn list" command that happens before the install. Sadly, yarn 2 has not implemented the yarn list command. [yarnpkg/berry#720](https://github.com/yarnpkg/berry/issues/720) It looks...

The `--as-module` argument does this.

@Brianzchen > How does react-native ship flow definitions? The source files in the shipped package are all flow-typed. As far as I understand, the package.json refers to these flow-typed files....

> I am no expert in security, but my thinking is that this plugin is meant to be a dev dependency that runs on a local machine/CI/CD pipeline. So I...

I have a similar challenge where ALTER TYPE ADD VALUE is a better solution. I see that it would be hard to correctly support in the diff tool, since PostgreSQL...

I ran into a similar problem. Adding `--requirements-paths ./pyproject.toml` solved the problem, for me. ``` name: License Check on: push: branches: [main] pull_request: branches: [main] jobs: license-check: runs-on: ubuntu-24.04 steps:...