Thorsten Beier
Thorsten Beier
update to new pyjs version once https://github.com/emscripten-forge/recipes/pull/186 has landed
- created nightly build - changed mac build slightly
Hi Ullrich , When using the skeletonizeImage I noticed that regions at the border have a strange behavior. In fact, when I zero-pad the labels passed to skeletonizeImage and un-pad...
If the ROI is at the border of the image, such that the overlapp / halo is not fully included , there is a considerable difference between the call with...
* c++ 20 flag * changed travis workflow
Hi I want to add rapidcheck to conda-forge. For that, it would be very helpfull if rapidcheck would have tags/releases. Would it be possible to add a tags ? The...
* removed parent header / parent id member variables from kernel_core * added xrequest_context to interpreter methods
## Description some error in the terminal ## Reproduce trying out https://github.com/jupyter-server/jupyverse/pull/265 with an existing kernel ``` hatch run dev.jupyterlab-noauth:jupyverse --kernels.connection_path=/Users/thorstenbeier/src/xeus-qt-python/bld/kernel.json ``` error I see in the terminal (it does...
* this branch has all the features we currently use in emscripten-forge: * monkey patches * python api * post-build-callback to trigger playwright tests **This Draft PR still needs a...
I suspect we do not need https://github.com/jupyter-xeus/xeus-python/blob/main/wasm_patches/patch_it.py anymore since we do not rely on emscriptens filepackager any more (`'Module["preloadPlugins"].push(audioPlugin);'` is filepackager related)