nobane
nobane
I had this problem recently. The issue for me was that all my data items needed to have a unique `key` defined on them. Make sure all the items in...
+1 this would be nice to have!
I ran into this issue trying use webkit2gtk on arch linux (with an nvidia card) and I was able to fix it **without** setting `WEBKIT_DISABLE_DMABUF_RENDERER=1`. Here is how I fixed...
It's possible to update the config by assigning the `_config` property. For example, to hide the modebar: ```py fig = go.FigureWidget() fig._config = fig._config | {'displayModeBar': False} display(fig) ``` **Note**:...
I ran into this issue trying use webkit2gtk on arch linux (with an nvidia card) and I was able to fix it **without** setting `WEBKIT_DISABLE_DMABUF_RENDERER=1`. Here is how I fixed...
> > That's good to know that I can access shared array already, even from tauri? > > Yes, but only on Windows and through direct Webview2 APIs. > >...
I ran into this issue trying use webkit2gtk on arch linux (with an nvidia card) and I was able to fix it **without** setting `WEBKIT_DISABLE_DMABUF_RENDERER=1`. Here is how I fixed...