Gyeongjae Choi

Results 674 comments of Gyeongjae Choi

Hi, we have moved the package recipes to [pyodide/pyodide-recipes](https://github.com/pyodide/pyodide-recipes). If you are still interested in this PR, please open it in that repository. Thanks!

Thanks for finding this out! I believe we do some basic import tests for all packages, so it's strange that this was not catched in CI.

It's because the name of the `stack-data` package is misconfigured in meta.yaml file. It should be `stack-data` not `stack_data`, which made our test bypass that package. There seem to be...

> For stack switching, it would be nice if we could implement this in JavaScript. I think it's possible with decompressionStream at this point. I see. Changing the top-level entry...

@ShaheedHaque > Worth considering https://github.com/pyodide/pyodide/issues/4596? I think that issue is not that related to this. But it's something we need to do anyway.

> Ideally for memory snapshots I think it should be JS only. Though perhaps this means that I should be snapshoting the entire file system so that the package loader...

> Probably the best solution though is to serialize the entire file system state. If we don't do that, we'll need to remove all usage of Python from pyodide.loadPackage. Yeah,...

> But there are two packages not included in the full distribution that are pulling from pypi: I think you can host those packages somewhere else than PyPI, and install...

The directory name needs to be bilby.cython (`pakcages/bilby_cython/meta.yaml` ==> `pakcages/bilby.cython/meta.yaml`)

Hi @vineetbansal would you like update the osqp to use pyodide_2025_0 abi? We have updated the ABI recently, you can use pyodide0.28.0a3 to build osqp using pyodide_2025.0 abi.