Andrea Giammarchi

Results 762 comments of Andrea Giammarchi

@hoodmane maybe a `sitePackages: ['bitarray']` could do the trick even if it would (maybe?) duplicate the amount of packages **to define**? 🤔

@hoodmane I am not sure this is needed or it helps at all but we lazy load https://www.npmjs.com/package/@zip.js/zip.js whenever some package is `.zip` and it worked well to date ......

**WARNING** ongoing investigation as this apparently has nothing to do with PyScript or the way relative URLs are resolved in here ... keeping @FabioRosado in the loop but I think...

> to be added as hint in the documentation do you have a valid use case for enabling that via `PyWorker` or do you think this is just a documentation...

> I would like to use Pyworker because I can initiate it entirely from within python the pyodide bootstrap is the bottleneck ... once that happens everything is at same...

There is no *tornado* available in Pyodide https://pyodide.org/en/stable/usage/packages-in-pyodide.html

is Bokeh using latest 3.6.0 version or it's pinned to an old one? 🤔

> Adding a plugin or something like that, that installs and patches dependencies to make things work transparently would benefit the user experience. all I can think about is a...

ok ... after a quick search I couldn't find any way to tell *micropip* that *tornado* is not really needed but I wonder if adding the ability to mock packages...

I don't know ... that change is recent and it was to avoid escaping other chars such as `&` but not single quote or others ... the double quote escape...