Aral Roca Gomez

Results 55 issues of Aral Roca Gomez

Recently I detected a problem using React in SSR. Maybe is quite obvious, but all the JavaScript events that are fired before the JavaScript is loaded, are lost... This is...

Resolution: Backlog

Calling a function in once-html that return the context is not working. `once-html="Sanitize(text)"`

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: darwin Arch: x64 Version: Darwin...

template: bug

I think it would be very interesting if this model could be run with JavaScript. One of the main issues with chatGPT and others is during peak hours when many...

It's great that it's just adding a hoc in the components, but maybe we could even make it so that developers don't have to do anything extra other than add...

enhancement

### Discussed in https://github.com/aralroca/next-translate/discussions/1117 Originally posted by **axelfriberg** July 20, 2023 Hi! Recently a new rule was added to the eslint-plugin-react-hooks that specifies that hooks cannot be used in async...

### Discussed in https://github.com/aralroca/next-translate/discussions/902 Originally posted by **mkbctrl** August 26, 2022 Hey, did anyone successfully setup the VScode i18n Ally extension to work with `next-translate`? Usually it does work out...

enhancement

TreeWalker with only `NodeFilter.SHOW_COMMENT` is not returning any comment. I commented on it: https://github.com/capricorn86/happy-dom/issues/1172 but I think is better to create another issue since it is different. This is the...

bug

Related with https://github.com/jsdom/jsdom/issues/3699 ### Basic info: - **Node.js version:** v21.6.2 - **jsdom version:** 24.0.0 ### Minimal reproduction case #### In Node: 1. Install `jsdom` 2. Run this code ```ts const...

Now with the "server actions" many RPCs could stream HTML directly and use the dom diff to update the real dom changes. I think with morphdom it is feasible because...