Jamie Greeff

Results 50 comments of Jamie Greeff

For unplugged modules, the hash is guessed and stored in `yarn-manifest.nix` simply by hashing the directory in the Yarn unplugged directory using the same algo that Nix uses. Because of...

Yes this is unsupported for now, but you can run `node build.js` or whatever your build script is. Any CLI bins provided by dependencies or dev dependencies will be available...

Yes patches are supported, you can see the example here https://github.com/madjam002/yarnpnp2nix/blob/3dfd02b812b003817fb0fa20ebf47a5dc047bbb0/test/workspace/package.json#L10 Make sure the patch path is relative from the location of your yarn.lock file

Yes the linked example is also a workspace, I think Yarn will create the patch with the `~/` prefix by default, but if you change the referenced patch to just...

No problem glad it's working now :) Yes PRs are greatly appreciated, I don't really have much time at the moment to make improvements to yarnpnp2nix beyond the needs that...

Made some fixes for packageExtensions dependencies, but if packageExtensions peerDependenciesMeta is provided that doesn't get taken into account (try building testa, it will fail)

I'm new to Temporal so I'm still learning the concepts, but my initial thinking is the side effect API could be useful for writing safer workflows. E.g, say I have...

I've tried to reproduce this, do you get any other errors in the console output?

@nathanmarks Was this ever used internally at Facebook? This is a community plugin derived from the original tap event plugin that is in the React source code. I'd be happy...

Okay sure 😄 The code here is now quite different to what it is in the React repo. This will be happening because we're not looking at the `button` that...