Aral Roca Gomez

Results 55 issues of Aral Roca Gomez

It's a pity because import attributes are not yet supported in many parsers and for the first version I used the TypeScript parser and found it to be very slow....

enhancement
help wanted

I see that there is an error when loading big models. I used the `cc.en.300.bin` example of the fastText webpage: https://fasttext.cc/docs/en/crawl-vectors.html Used code: ```js const path = require('path'); const fastText...

Related with https://github.com/whatwg/dom/issues/1255 - [Demo](https://state-preserving-atomic-move.glitch.me/) - [Tweet](https://twitter.com/domfarolino/status/1790407887740666335)

To further support the platform (EcmaScript), we will probably support the ICU format to use the Intl MessageFormat https://github.com/tc39/proposal-intl-messageformat in the future. ICU format docs: https://unicode-org.github.io/icu/userguide/format_parse/messages/ It is a more...

enhancement

**Describe the bug** ```js const sheet = new CSSStyleSheet(); sheet.insertRule("div { color: red; }"); document.adoptedStyleSheets = [sheet]; ``` Modifies the `document.styleSheets`, but in the tests with happy-dom, this is not...

bug

There is an error according to the HTML chunks that are received. I see that when it happens, the `lastNodeAdded` is the same node that the end of the next...

bug

### What is the problem this feature will solve? Adding `path.mimeType()` and `path.charset` will solve the dependency on an external library, mime-types, to get the content type of a file...

path
feature request

**Please briefly describe the project you'd like to add to _Best of JS_?** Brisa is the Web Platform Framework **What is the GitHub repository of the project you'd like to...

done