Maarten Breddels

Results 204 issues of Maarten Breddels

![image](https://user-images.githubusercontent.com/1765949/102130936-c4cd6400-3e51-11eb-9ded-7b9bd77a09db.png)

This code should go into ipyvue, not reacton, such that we can have multiple ipyvue versions with different use_event versions.

help wanted
good first issue

Instead, we create a singleton on the fly when needed. This also allows in multi-user environments to have 1 singleton per user.

We don't listen to v_model in the backbone model.

We should upgrade sucrase and enable this https://github.com/alangpierce/sucrase/pull/811 since modules can have side effects (like adding web components) cc @iisakkirotko

If we do a release, the CI script installs from pypi the old version, we want it to be always up to date (I think)

# Problem When a new notebook cell is created from the front end (this includes creating a new notebook), the notebook is not trusted after a page reload. The core...

We are now returning the coroutine itself, instead of the results of the coroutine. This gets triggered when a coroutine that is wrapped actually awaits the same coroutine twice. In...