Jamie Greeff

Results 50 comments of Jamie Greeff

I have never used ngReact, but I imagine it's something to do with how it wraps the React component in an Angular directive (or whatever it is). Can you post...

Going to need more information than this, we're using tap event plugin in production on various versions of iOS 9 and it works fine.

This is also a problem when running ‘next build’ where node_modules is on a read only file system as is the case with some build systems.

There is a Rust implementation of the PnP module resolution algorithm here https://github.com/arcanis/pnp-rust

You could do what Posthog do and have an activepieces repo where all the development and discussion takes place, and then a activepieces-foss repo which is a read only mirror...

I'm working on a way of packaging Yarn PnP applications here - https://github.com/madjam002/yarnpnp2nix Is there a reason why the paths need to be absolute when building with Nix? The .pnp.cjs...

> Hi @madjam002, exciting to see someone working on such a project! > > > The .pnp.cjs file will be stored in a fixed location, so the relative path to...

Unplugged packages often need internet access to download files and dependencies, although this may be the exception rather than the norm. How does yarn-plugin-nixify get around this? The nix sandbox...

Thanks for all the info that's very helpful! I don't really have any bandwidth to be looking into this unfortunately, I recommend making any changes in a fork for now....

@adrian-gierakowski This is awesome and thank-you for the contribution! I'd love to take a look at getting this merged, just super busy over the next month or so with other...