Maarten Breddels

Results 204 issues of Maarten Breddels

Now voila and the server extension both use a voila_kernel_manager instead of kernel_manager. This means that voila used as server extension also does not allow arbitrary code execution.

Doing the testing whether a point is inside of a polygon/circle/rect at the frontend allows selections without an attached kernel.

**Describe your changes** For more complex layouts, we may want to use Cassoway solvers, where [kiwi.js](https://github.com/IjzerenHein/kiwi.js) is an implementation of that. **Testing performed** Test are first written to confirm the...

This also allows the use of bars with log scales # bug We currently subtract `base` (baseValue in js code) each time from the value, which caused stacked bars to...

the json files in `bqplot/map_data` are packaged (so they take up space), but not installed. Removing them reduce the bundle size from 1MB #1228 to 0.5MB. We should either install...

Enhancement

To implement https://github.com/glue-viz/glue-jupyter/issues/168 **Describe your changes** A new Interaction widget to allow mouse events to be captured in the kernel. ![Kapture 2020-03-25 at 9 32 23](https://user-images.githubusercontent.com/1765949/77516965-95b63300-6e7b-11ea-9a9a-d21e1f840ae6.gif)

We've just removed the sourcemaps in voila to remove package sizes https://github.com/voila-dashboards/voila/pull/285 . From https://pypi.org/project/bqplot/0.12.18/#files we see the packages are 5MB (wheel) and 2.5MB (source) Looking what's in the source...

Trying to fix #1085 I found the source of these pesky error msg'es: ![image](https://user-images.githubusercontent.com/1765949/80483484-761c9980-8956-11ea-8156-8ad6190ef60e.png) The basically come from the figure having a dom size of 0, but having margins of...