Eric Charles
Eric Charles
I can see a disadvantage using remotes libraries vs the classical libraries where e.g. typescript can be used to enforce strong types. The current typescript example defines a generic `app2/Button`...
This issue is meant to discuss making the current Hub Management UI and configurable Service. This idea has been mentioned in e.g. https://github.com/jupyterhub/jupyterhub/pull/3398#issuecomment-821782549 and https://github.com/jupyterhub/jupyterhub/issues/3416#issuecomment-821785466
Hi, I am working on the Jupyter Realtime Collaboration project (https://github.com/jupyterlab/rtc) and one of the requirement is to avoid Node.js as dependency for the user (we set Python only as...
Hi, congrats for this beautiful library. Is there a way (or a plan) to register handlers that would be triggered when the user takes an action on the vizulations, e.g....
# @ all / Please wait on the trademark committee answer before working or submitting on new proposal. We may close this and forget the idea. There are plenty of...
@ellisonbg @saulshanabrook I thought it would be useful to host in this repo the benchmark Brian has pushed for now in the `datastore-benchmarks` branch of Lumino repository. https://jupyter-rtc.readthedocs.io/en/latest/developer/benchmark.html If we...
While writing https://github.com/jupyterlab/rtc/issues/58, I thought we could/should migrate this `rtc` repository to its own organization. For now, it is hosted under `jupyterlab` organisation, which is contradictory to our goal to...
We need to better understand the technical capabilities and limits of the Rust to Python binding. For this, we should build a simple HTTP server implemented in Python that binds...
https://github.com/jupyterlab/rtc/issues is implementing a rust server. We need to connect from jupyterlab to that server.
We need a simple React.js application (react-textarea) that communicates via Automerge with a node.js server. When a user1 on localhost types some text in Chrome, user2 on locahost should see...