Andrea Giammarchi
Andrea Giammarchi
@dpgeorge thanks! it's already up and running via *npm* *canary* distribution of PyScript https://cdn.jsdelivr.net/npm/@pyscript/[email protected]/dist/core.js
all automation tests are green and I could close a related bug without issues https://github.com/pyscript/pyscript/issues/2108#issuecomment-2238947849 so far, so good!
same (or very similar) issue flagged as duplicated *but* the word **security** is not present in here so I'd like to bring that concern up too, as described in here:...
**TBD** should this logic be based on *ms* instead? would a call to `Date.now()` in the while loop affect performance? I feel like that would be better for *DX*, where...
I love the idea ... *but* ... > The proposal is to add aliases, not rename the properties. for a migration / deprecation pattern it'd be better to make `class`...
> `.class` and `.className` would be two separate attributes, they would just do the same thing. then my concern is gone, thanks. (unrelated P.S. you don't need that `else` in...
`element.matches(':lang(en)')` works pretty well though, but I wonder if having those passing through SD would break expectations, specially in case people didn't test different *dir* of their SD elements. On...
lang and dir are not coupled though, but I agree indeed there's no way to know these directives without some JS seppuku. however, dir is usually language dependent, and if...
fair enough, then I guess `currentX` proposal is needed desirable (got confused with the i18n language related API, your use cases are indeed relatively common).