Andrea Giammarchi
Andrea Giammarchi
I've no idea but also I've never had anything to do with the design choices of this project, I just wrote the JS implementation. I think this project is death...
> The phone apps use native emojis indeed but the web app (x.com) is still using its own set of emojis not sure if that's for feature phones or something...
for what is worth it, we'd love to have this available at least for the *PyScript* *WASM* variant as this unlocks tons of UI related use cases we'd like to...
FYI (and you all know already) ... Python 3.14 with template strings has been released, it'd be awesome to have that feature backed into MicroPython *next* but I've seen a...
@kumekay are you paying attention to hints? if you need any help at all, mind stating what is it? I am following pushes and I feel like you are stuck...
@kumekay apologies and thank you for bringing my comment to @koxudaxi attention ... too many `@k`, my mistake 😅
LGTM but if we could add: ```js test(() => { const struct = functions.makeStruct(); const array = functions.makeArray(); assert_true((() => { for (const _ in struct); return true; })()); assert_true((()...
> Since Apple's WebKit team's position is that customized builtins shouldn't exist in the first place, we don't support this proposal. As there is already a polyfill that can be...
this seems a reasonable question, I just need to be sure that module doesn't export conflicting names for the module. If you fancy a PR, please go ahead! (source of...
It’s not a goal of this project to be 100% standard compliant, there’s JSDOM for that goal … I think I remember why indeed I didn’t use cssom internally, neither...