Results 62 issues of David

This change allows the end user to pass options to the stats object to override them for their given use cases. It will default to the old behavior if no...

https://github.com/oclif/dev-cli/blob/9c9be3dff5e063b9ce06feb700c79317a6e84e21/src/commands/readme.ts#L180 We are on an enterprise GitHub instance, and by default we are not getting the `See code path/to/file.js`. It looks like `pjson.oclif.repositoryPrefix` is undefined, causing this logic to break...

https://github.com/oclif/dev-cli/blob/1ce4cbe637c893ddb66a4104c7217efdb001622c/src/tarballs/build.ts#L52 I'm going into a deep hole here so I figured I would reach out. I'm trying to publish a CLI internally that relies on some native node packages like...

When using tools like Bazel for building, this node_module's `build` folder has files that have non reproducible natures to them because they have SHA values that change. To resolve this,...

https://github.com/aspect-build/rules_swc/blob/d3cdecadd1cdc25a14776bf95c7812318a15e9a3/scripts/mirror_releases.sh#L25 This is a super minor one, but this script will fail if the user doesn't have gsed installed. Consider adding a check and failing fast with install instructions.

### What is the current behavior? Currently SWC has an "allowed versions" list. This means if we specify a version not in https://github.com/aspect-build/rules_swc/blob/v0.19.3/swc/private/versions.bzl, we fail. This can be confusing to...

enhancement

### 🚀 Feature Proposal When using Bazel, `toMatchInlineSnapshot` won't work if you run the updater under the build tool because the source files the inline snapshot updater will try to...

:rocket: Feature Request
Stale

https://github.com/react-grid-layout/react-draggable/blob/2c3aa84352ca8eaed42a9ac0b59a1187e7850b6a/package.json#L99 Under `pnpm` this package will not have `@types/react` when type checking is used. It should specify it as a peer dependency as it is assumed to be needed. We...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of...

### What happened? We foud that if you use ` bazel run -- @pnpm//:pnpm info --verbose`, you will see what version of `node` and what version of `npm` is being...

bug
untriaged