Gyeongjae Choi
Gyeongjae Choi
Yes, it should work.
@carlopi You can change the code as follows. This will skip the test when pandas is not built, and re-run the test after building pandas. ```python import pytest from conftest...
> I'm not sure what this means, can you explain a bit further? boto3 and moto is used to deploy build artifacts to s3, including pyodide.js, pyodide.asm.js, etc. I don't...
I like your upstream PR https://github.com/explosion/spaCy/pull/12952. I think we can add a patch that applies your upstream PR to handle `requests` issue + remove `typer` and its dependencies.
> I am optimistic that the next version of spacy will not load requests/typer by default anymore, explosion has looked into it, so I'll continue when that is out. Great!...
Is there some updates in upstream spaCy @Vuizur?
Thanks for working on this! I will take a look after the PyCon (probably after May 23)
Thanks for the report, @simerlec. It looks like `stackframe.js` is related to the third-party library [`error-stack-parser`](https://www.npmjs.com/package/error-stack-parser) we use, but I am not sure how it is messed up when combined...
We dropped node-fetch fallback in Pyodide 0.26.0, so I believe this will not happen anymore.
> Currently the behavior of xbuildenv is pretty dumb it downloads a new version in each directory. What do you think about sticking the versions in xdg-cache and making a...