Ilya Boyandin

Results 40 comments of Ilya Boyandin

@sonthonaxrk Did you have a chance to look into it?

This library offers a solution which can be used until the issue is solved in ipykernel: https://github.com/Kirill888/jupyter-ui-poll

Indeed, akernel solves the [issue with our Jupyter widget](https://github.com/ipython/ipykernel/issues/646). It would be great if this functionality was in ipykernel itself. I think it shouldn't be necessary to install custom kernels...

> @ilyabo An instanceof failure is typically an indication that you have multiple copies of certain modules (causing you to have multiple, subtly different defintions of the same class). Nothing...

I have it as a dependency of react-grid-layout: ``` └─┬ [email protected] └── [email protected] ```

Thanks for your answer @Pessimistress! We draw [arrows sorted by their weights](https://flowmap.blue/1Z6dVVFFrdooHIs8xnJ_O7eM5bhS5KscCi7G_k0jUNDI). The sorting is essential so that the larger arrows are drawn on top of thousands of smaller ones....

Would be really nice if this worked! E.g. right now importing D3 doesn't seem to be possible: ![image](https://user-images.githubusercontent.com/351828/140317459-9c6ca7d0-69be-4fe9-8566-700ed06610db.png)

I am getting the same error :( ![image](https://user-images.githubusercontent.com/351828/140341731-8246fe41-2148-4c45-9f0f-679d97d1dd86.png)

We were fighting with the issue too. One thing which we found helpful was localizing the viewport to the React component which renders the map and debouncing the propagation of...

Some of dependencies I had depended on an older `@types/[email protected]`, so I added it to "resolutions" in "package.json" and it solved the issue (only works with `yarn`, for `npm` use...