Andrea Giammarchi
Andrea Giammarchi
it's fast because I've pushed back on many similar requests (it misses just this, it misses just that, this should be more standard, ... and so on) but you gave...
Apologies I’m not native English neither, let’s try to assume best intents from both side 😉 a guard meaning I can intercept the usage/need of getComputedStyle via the proxy and...
OK, I took the time to give cssom a shot and here's what's problematic: * the style can be an observed attribute so I need to be able to pass...
> Why parsing .sheet tough? Is it so needed for SSR? it's one *nice-to-have* thing I've previously used and if it's a no-brainer and it doesn't affect performance, as it's...
@freakboy3742 my apologies I somehow never read/noticed this bug but after doing that, here my thinking: ```toml [site-packages] "./source/file_a.pth" = "/file_a.pth" "./source/file_b.pth" = "/file_b.pth" ``` If the config has such...
we are still dealing with the *Web* here ... you can't specify just a directory as source and expect the browser being able to crawl its content, you either specify...
> A minimal test case would a .pth file that contains import numpy; print(numpy.__version__);, and packages = ["numpy"] in the pyproject.toml configuration (or pick any other library that isn't in...
Hello @freakboy3742 , I haven't forgotten about this (and apologies for the late reply) but we have a "*chicken/egg situation*" here: I can hook myself into `fsInit` without issues ......
To clarify, this is just Pyodide: ```html const base = 'https://cdn.jsdelivr.net/pyodide/v0.29.0/full'; const { loadPyodide } = await import(`${base}/pyodide.mjs`); const interpreter = await loadPyodide({ packages: ['bitarray'], fsInit: (FS, { sitePackages })...
@hoodmane as author (of course) of a module based on Compression/Decompression streams, I wouldn't hold my breath because these support `gzip` and `deflate` but, AFAIK, not `zip`