Iisakki Rotko

Results 15 issues of Iisakki Rotko

This replaces the old leaflet-draw implementation with a leaflet-geoman based one, in accordance with https://github.com/jupyter-widgets/ipyleaflet/issues/1165. The change should be backwards compatible in that even though leaflet-draw is no longer used...

The insertion of `` into the dom is what causes strange extra spacing at the top of notebook-based tutorials with solara.Meta tags currently: ![image](https://github.com/widgetti/solara/assets/5592797/6fe466e9-ab05-434d-b3f3-b814b3a135c4) Fixes #626 TODO: - [ ]...

This can have unexpected consequences for spacing when, for instance, using flex-boxes with a set gap, like the ones that are automatically added if an element has more than one...

The way that the `log_level`-settings is set is kind of hacky right now, but we need to discuss implementing a real solution in a different way

A more permanent fix (although still not foolproof) for https://github.com/widgetti/solara/issues/510. Also take a look at https://github.com/widgetti/solara/pull/514

Hi! Noticed an issue caused by vaex in our daily ci run on [solara](https://github.com/widgetti/solara/). This issue should break any new install of vaex where the version of `numpy` is not...

## Description The font family that is loaded with ipywidgets 8 together with voila 0.4 seems to be incorrect, see the below screenshots, the first from jupyter notebook, and the...

bug

## Description If a user tries to paste anything outside a cell, the `paste` function is called. This function checks if the user is attempting to paste cells into the...

bug

Previously pasting anything but cells into the notebook would do nothing. This way pasting other content uses the browser's default action. Fixes #284 Fixes https://github.com/widgetti/solara/issues/671

bug