Bart Broere

Results 26 comments of Bart Broere

It seems like the releases are not being created in one of the CI pipelines though. This means it is a bit hard to fix this in the code (unless...

For anyone visiting this thread now, note that there now is a better solution here: https://github.com/koenvo/pyodide-http It's also included in default Pyodide builds, so you probably can get `requests` to...

@falcorocks The `to_csv` improvements have been continued in #579 and released in 8.11.0. This may resolve your issue.

Last time I checked I was running the latest stable firmware, somewhere earlier this week. I'm on my phone now, so I can't find the exact version immediately. I'll do...

I notice that it is not the file from the first comment, but it does have the same issue.

The monorepo approach makes it a bit hard to test this, because it really likes to use old versions from npm, instead of the version it just built.

> The monorepo approach makes it a bit hard to test this, because it really likes to use old versions from npm, instead of the version it just built. I...

> Looks good to me! > > I don't think it has security implications, the notebook should (always) be run in a sandbox (i.e. in an iframe), or one should...

I'm not the maintainer, but I would just go for it, and reference this issue.

You're probably looking for this line from the README: ```bash pip install git+https://github.com/openai/CLIP.git ```