Wolf Vollprecht
Wolf Vollprecht
It could be interesting to add real audio / video streaming capability. I am not sure how that would work in detail, but this: https://github.com/jlaine/aiortc could be a reusable implementation...
It's possible to start cling in C mode using `cling -x c`. It would be nice if we could offer another kernel based on that. Maybe it could be a...
It doesn't build otherwise on macOS / emscripten because `std::make_unique` is not available.
I was upgrading LFortran to use the latest `xeus`. LFortran (by default) adds a `-fno-rtti` flag. This crashes in the `dynamic_cast(this);`. Would a `static_cast` instead work?
These are a couple of small fixes to make images of type `localhost:32000/my-image` work throughout binder. With these fixes I was able to set up a microk8s single-machine cluster that...
E.g. https://github.com/user-attachments/assets/99087ab0-5237-41ff-a947-4fbc1d776ed8
It seems that on Windows one can put an attribute to the StartInfo struct `startInfo.Verb = "runas";` https://stackoverflow.com/questions/133379/elevating-process-privilege-programmatically I am wondering if that could be added as a feature?
This is a PR made with help from @jasongrout to allow for deferred init for widgets when e.g. dynamically loaded into JLab using https://github.com/wolfv/jupyterlab-dynext
Currently, `load_csv` takes a `istream` and `load_npy` takes a `std::string` for the filename. Note that the methods in `xtensor-io` also take a string filename. We should homogenize the interfaces so...
It could be cool to have scripts that can build a Database with known entities from Wikidata. E.g. one could use a SPARQL query like this (can be executed over...