Aral Roca Gomez

Results 463 comments of Aral Roca Gomez

@DavidRojas1612 any new about this error? I'm going to close the issue because looks not related with next-translate. Feels free to comment if finally is related and I will re-open...

@capricorn86 any new about priorize this feature? thanks!!

Maybe we need to add `assignedSlot` here? https://github.com/capricorn86/happy-dom/blob/9a0062b89e143ea2412eec9077242aa4cab98d1e/packages/happy-dom/src/nodes/html-slot-element/HTMLSlotElement.ts#L78-L102 Something like this maybe? 🤔 ```diff for (const child of (host)._children) { if (child.slot === name) { + child.assignedSlot = this; assignedElements.push(child);...

@capricorn86 any tip about how to fix this issue? thanks!

@SukkaW yes, is executed as Webpack Plugin, but also in runtime ([the Next.js code](https://github.com/vercel/next.js/blob/d67baa0d1fef8a411679c9b9bdea39cb476ce2d5/packages/next/server/post-process.ts#L228)). If I remove the `optimizeCss` (what I have done for the moment), instead of worsening the...

@SukkaW I didn't know about flamegraph, although it seems that it doesn't do it very well... (all 0 in the table..) Next 12 **with** `experimental.optimizeCss` + CDN: ```bh Running 60s...

Perhaps I commented too quickly yesterday without know a lot of Million yet. If to use the new virtual block you have to make all components have the block, then...

well, this example is with an old version of Deno. Probably this example should be updated! Thanks to report @ethic-233

However if you are looking for Deno + Preact, take look to [Fresh](https://fresh.deno.dev/) framework

Wouldn't it be smarter for AWS to support other runtimes as well like Bun or Deno besides Node and LLRT? One thing is that it is very fast to start...