Clement Yan

Results 80 comments of Clement Yan

@xalechez Looks like you have a dependency specified as `"google-protobuf": "~3.21.2,

I can reproduce with 3.6.0 but not 4.4.0. Probably got fixed somewhere in between. Can you try to upgrade and see if you are still encountering the bug?

Got hot rebuild to work, using `jiti` (which is also used by Docusaurus) to re-compile the command files every time a rebuild is triggered by Docusaurus's watcher. Compilation uses `esbuild`...

Looks like using `esbuild` to compile via `jiti` was the culprit. Removed that integration for now to unblock the PR.

Re: `esbuild` + `jiti`. Turns out code generated by `esbuild` is not always reentrancy-safe (i.e. it can't handle circular requires in some cases), and `jiti`'s implementation of `interopDefault` triggers the...

Looks like a duplicate of #6497? See https://github.com/yarnpkg/berry/issues/6497#issuecomment-2354963762

The problem is you are explicitly requesting two conflicting constraints for Yarn: 1. Hardlink all packages to the global store 2. Install this package into the temp folder Do we...

I can reproduce on 2.4.3 but not on 4.5.0. Probably fixed in #5100. Please upgrade your Yarn version.

The `@eaws/micro-regions_names` added a dependency on `file:` in [7.0.1](https://gitlab.com/eaws/eaws-regions/-/blob/v7.0.1/public/micro-regions_names/package.json?ref_type=tags#L9). It is curious why they added it, since a package should be able to resolve itself by name. That triggers a...