John Firebaugh
John Firebaugh
Aspect's Bazel library has this: https://docs.aspect.build/rules/aspect_bazel_lib/docs/paths/#relative_file
If there are two lockfiles that both reference lodash-4.17.21.tgz, then the bug might not reproduce reliably due to caching effects. Specifically, if the download cache already contains the tarball, then...
Also happens with pnpm and `hoist=false` in `.npmrc`. Error looks like: > Error: Cannot find package 'jsdom' imported from [REDACTED]/node_modules/.pnpm/[email protected]/node_modules/local-pkg/index.mjs
Is anyone currently experiencing issues with the extension under Bazel 7 and bzlmod? If so, could you elaborate on what specifically doesn't work? (E.g. provide a description of specific expected...
So, with Ember, are you sharing state between examples, instead of running each one in a pristine environment?
> Then anyone could connect to pgbouncer and use up all the connection slots before having to authenticate. Couldn't pgbouncer eagerly connect the first time a given user:password combination is...
See https://github.com/jestjs/jest/issues/14418 for a similar recent bug. The same reasoning in https://github.com/jestjs/jest/issues/14418#issuecomment-1679888967 applies here.