Thorsten Beier

Results 183 comments of Thorsten Beier

@jtpio for the 3.1.73 branch we should be able to add httpx easy since there we re-added python ssh back

@wx4stg I added you to the "maintainers" section since you contributed this recipe. Maybe you also know how to fix the issue we see when trying to update m4 to...

@anutosh491 is this still relevant or can this be closed?

Hi, currently its impossible to get a develpment environment with a working set of versions. With each emscripten update we need to update a lot of code because usualy a...

@martenrichter what is the minimal version of emscripten you need? You can always just create a a custom version of the [compiler pkg/recipe ](https://github.com/emscripten-forge/recipes/tree/main/recipes/recipes/emscripten_emscripten-wasm32) and change the emscripten version in...

> So my question is, how can I get a development environment with a working set of versions? I am not sure what you mean? You need a development version...

> Sure, exactly I need just need to recompile it, and but I need to know a consistent set of versions. I think whatever version is currently in the recipes...

> Yes, and no. SharedArrayBuffer is only needed to get the full benefits (that means downloading on demand in the background), So `SHARED_MEMORY` is **not** dragging in SharedArrayBuffers?

The reason for this behaviour is the following. In xeus(-python), when we see an awaited toplevel promise, we await that promise [here](https://github.com/jupyterlite/xeus/blob/main/packages/xeus-core/src/worker.base.ts#L117). So that is, when we already recive the...

For some context / proof of concept. In the xeus-javascript side we already do what I suggested above. There we call the "done" calback [from the js side ](https://github.com/jupyter-xeus/xeus-javascript/blob/main/src/post.js#L399). With...