Hood Chatham

Results 1082 comments of Hood Chatham

Thanks @alexmojaki!

Sounds great. I also have this problem sometimes locally because I built a package manually without updating `repodata.json` and it's a nuisance to have to run `buildall` which might rebuild...

Well I think another issue is that we don't really want to do tons of downloads. I lean against implementing a backtracking resolver to use in the browser. If the...

Thanks for the report! The reason is that the default `stdout` and `stderr` is `console.log` and `console.warn` and these cannot print partial lines. So the emscripten helper functionality for this...

Well if we change the license don't we have to get all the contributors to agree to relicensing their code? So it's probably simpler not to try to relicense it.

> Also ideally from the Licensing perspective, the npm package would only contain the code we ship Well that seems like it would be inconvenient. Currently we have `pyodide.asm.*` which...

But the node package doesn't really contain any unique code other than the `package.json` file. Other than that it's just the built files from the rest of the source tree....

I think the parts of Pyodide that went into CPython were contributed by me, Roman, and Mike so at least it wouldn't be hard to track us down and verify...

We also statically link Emscripten (MIT), musl (MIT), libffi (MIT), zlib (zlib license), and bzip2 (zlib license), so would it be `"(MPL-2.0 AND PSF-2.0 AND MIT AND ZLIB)"`?