Sergio Moreno

Results 111 comments of Sergio Moreno

> @semoal Thanks. There is no set time frame, and I'm currently immersed in some other things, but I'd be hoping to merge sooner than later, to avoid another stalled...

Can confirm that with `[email protected]` this error: ```bash Error: Failed to parse source for import analysis because the content contains invalid JS syntax. If you use tsconfig.json, make sure to...

Probably related, but still happening on 4.2.1: I can't do this, the if always returns false... on a try,catch of a `prisma.$transaction` ```ts if (error instanceOf Prisma.PrismaClientKnownRequestError) { if (error.code...

From my side upgrading from 4.2.1 to latest (4.8.1), fixed the issue on Vitest suite.

I think it changed internally from the d3-scale library of how it works. You could give it a try to this and see if has effect: ```ts import { scaleBand...

Cool, looks like a regression we'll look into it as soon as possible. I want before the end of this year to decide a roadmap and start giving some fresh...

Friendly ping here :)

Correct me If I'm wrong, but with React.lazy(() => import()), and Suspense you can get a nice placeholder while this component is still loading/or just heavier than normal. Implement this...

@puzpuzpuz @glasstiger a cool review here would be super nice:) sorry for pinging just want to move this forward

> Hi @semoal , > > Thanks for the contribution! > > Do you know if this resolves your socket issue, or is this an ongoing problem? > > #40...