Dmitry Shvedov
Dmitry Shvedov
@nschonni As I mentioned above, the problem appears in CI. There is no old `node_mudules` to delete. https://circleci.com/gh/plotly/react-chart-editor/2718
Used this extension forever, but started experiencing this recently and only with large files (2k lines or more).
I saw no negative feedback, so ... bump 🤷
No workarounds so far. This package is unusable to me unfortunately.
This is still broken as of `4.1.2`
I'm connecting over a VPN. That doesn't seem to matter for the browser, I can download Node just fine. But for Volta I had to disable VPN.
Here are instructions that actually worked for me (courtesy of GPT4): 1. SSH into the VM 2. Install VNC server: `sudo apt-get update && sudo apt-get install -y x11vnc`. 3....
Something like this worked for me: ```scss .image-gallery-slides { max-height: $imageHeight !important; .image-gallery-image { max-height: $imageHeight !important; max-width: 100%; object-fit: contain; width: 100%; height: 100%; } } ``` You may...
Sorry for reviving an ancient issue. Hope it's useful. Here's how I achieved 'on finish edit': ```javascript handleEvent({value}, event) { if ( (typeof value === 'boolean' && event.type === 'click')...