Mateusz Buskiewicz

Results 11 comments of Mateusz Buskiewicz

Is it possible to create a JavaScript extension for Github? One of the ways to do this is to fetch diff data via API, and just provide a GUI on...

@mohammadou1 Which exact changes are you "waiting" for? Is it [this issue](https://github.com/vercel/commerce/issues/224)?

Hey, any update on this?

This is important for me as well, we're using Streamparse to deploy Machine Learning models. Compiling numerical and machine learning libraries during deployment is very painful and takes a lot...

> I can foresee this will be very hard to review - I've seen nasty impacts with that type of changes in the past. I'd prefer if you split it...

I experience the same issue, once I migrated to monorepo, the build times increased dramatically.

I use [pnpm aliases](https://pnpm.io/aliases) with [redaxios](https://www.npmjs.com/package/redaxios) In my `package.json` I specify: ``` "axios": "npm:redaxios@^0.5.1", ``` And I also have the following: `.pnpmfile.cjs` ```javascript function readPackage(pkg) { if (pkg.dependencies && pkg.name...

Hey, any update on this? I have to patch-package and apply this hotfix each time I upgrade Remix. It would be awesome to finally merge this fix.

@brophdawg11 Yes, it's needed, the issue also exists in V2 route convention.

When can we expect [5.0.0-beta.1](https://github.com/marmelab/react-admin/milestone/309?closed=1) release?