Vicente Matus

Results 17 comments of Vicente Matus

@bluebill1049 is there anyway you check this?, i'm having peer dependency problems with React 18

Hey @abhaysinghs772 how did you add custom icons /buttons inside Grid.js?

> @vicentematus you can put html inside the cell. > [its on the documentation.](https://gridjs.io/docs/examples/html-header-cells/) Thank you very much. Now it's working

Updated @ayuhito 👍. Can you check please !

> Here's a PR that should work for react 17 & possibly 18: #55 Thanks, but i already changed solutions. It broke many of my projects that used little-state-machine package...

Sorry for the 4 year delay lol. I solved the migration with your help 🫡

Same problem here, it's blocking our pipelines. The issue specifically is the [ip package on npm](https://github.com/indutny/node-ip). The official repository of the ip package is working on the [CVE-2023-42282 issue](https://github.com/indutny/node-ip/pull/138). I...

Thanks for keeping updated this thread. I'm [trying to migrate from Jest to Vitest using the analog package](https://analogjs.org/docs/features/testing/vitest). Plus using Bun as a runtime in Angular would be a great...

@sp90 this looks good. Specially SSR on Angular for heavy enterprises applications + Bun = Speed. Also nice detach from using `Zone.js`. We are on Angular 16 as SPA, but...

@Rich-Harris Just to brainstorm: one of the ways to deal with this is to update instances of the `stores` of `page` and `url `whenever the event `hashchanges` is emitted? https://github.com/sveltejs/kit/blob/f1beb92474dafa628fda2d1b3ae26d8e9d49ff2a/packages/kit/src/runtime/client/client.js#L1693-L1704...