Carlos González
Carlos González
Taking advantage of pnpm's [pnpmfile.js](https://pnpm.js.org/pnpmfile) and its ability to modify a dependency's (direct or transitive) package.json during installation, I modified `@apollographql/apollo-tools`'s to add the `graphql` peer dependency and this solved...
This is confusing for sure. Can someone post a brief comparison here seeing as how this was the third search result for "DOCKER_BUILDKIT vs buildx". Thanks!
This would solve my life.
Not sure if this is the same use case as you all, but in my [ts monorepo example](https://github.com/rhyek/typescript-monorepo-example) in [these](https://github.com/rhyek/typescript-monorepo-example/blob/main/src/webapi/package.json#L15-L19) test scripts you can see how I have to do...
I work with monorepos and vscode almost exclusively. I can never click to navigate to the errored file directly when working with TypeScript. This option would help productivity in my...
mikro-orm also supports this feature. it would be great to see it here.
> > Here is working example which I started to use > > Please help me understand the feature request here. You would like to replace the `db` returned by...
you're right about introducing hidden behavior. it could be opt-in. the benefit, in my experience, is being able to: 1. invoke re-usable methods exported from other modules that run their...
by opt-in i mean a global setting, not changing the api or introducing a new method.
Well, tbh, I am not sure of a use-case for making database queries outside of a transaction in the current async call stack (single http request) if one exists. If...