martinRenou

Results 251 issues of martinRenou

@ChakriCherukuri Please tell me what you think ![Screenshot from 2023-02-01 11-55-04](https://user-images.githubusercontent.com/21197331/216023793-45d371da-fb0d-4ae3-a97e-4fd3fc7bec02.png)

Using the pydata-sphinx-theme in ipyleaflet, we now see that the theme CSS pollutes the map widget: For example with this page: https://ipyleaflet.readthedocs.io/en/latest/layers/image_video_overlay.html What we see: ![Screenshot from 2023-11-30 15-55-51](https://github.com/pydata/pydata-sphinx-theme/assets/21197331/09579864-a189-4823-8286-b67a916e6073) What...

kind: bug
good first issue
tag: CSS

# Background Although Jupyter widgets are originally implemented in Python, it is actually a well thought system where one can implement a back-end for another language than Python. For example,...

It could be nice to switch from JavaScript to TypeScript in the code-base making the code easier to work on with type hints. What do you think @maartenbreddels ? We've...

### Discussed in https://github.com/martinRenou/ipycanvas/discussions/333 Originally posted by **BarbaraWebb** May 24, 2023 It seems like you can use Path2D as a shortcut to create paths only if you want to then...

enhancement
good first issue

This PR makes saving frames more reliable (fix https://github.com/martinRenou/ipycanvas/issues/222), allowing to implement a `save_gif` method (fix https://github.com/martinRenou/ipycanvas/issues/136) ```python from time import sleep # 50Hz frequency = 20 with save_gif(canvas, "test.gif",...

cc. @trungleduc @DerThorsten @jtpio ## Description ### Why the service worker? The service worker fills two purposes as of today: - file-system access for Emscripten-based kernels - caching (with the...

bug

## Description This is a warning that we are making some deep (and breaking) changes in Voila 0.5.0: - Voila becomes a Lab-remix https://github.com/voila-dashboards/voila/pull/846. This means that you won't have...

bug