Jeremy Tuloup

Results 481 issues of Jeremy Tuloup

* empack version: 3.0.0 * Operating System: Fedora 37 * Compiler: N/A ### Description When packing an environment for the web one of the required steps is to copy the...

Currently only the JetBrains font seems to be used: https://github.com/martinRenou/jupyterlab-night/blob/3116906962f73e389b0d89fd6f199a485b2dcb71/style/variables.css#L124 Currently this is what it looks like: ![image](https://user-images.githubusercontent.com/591645/227139356-a4dce996-3556-4ccc-9ad9-c75d3e9f11e8.png) Ideally the theme would use a more "neutral" font like the default...

For now the example creates a new canvas from Rust: https://github.com/jtpio/jupyterlab-wasm-example/blob/6ddbf4f1bdc56558840e2416ec49453c2632e241/rust/src/lib.rs#L25-L29 While it is quite remarkable, it might not be the most appropriate use case since this could arguably be...

At the moment using `matplotlib` when Pyodide is loaded in a web worker with the following code snippet: ```python import numpy as np import matplotlib.pyplot as plt x = np.linspace(0,...

enhancement
help wanted

## Is your feature request related to a problem? Please describe Currently Gitpod supports a couple of editors and IDEs by default: ![image](https://user-images.githubusercontent.com/591645/217573482-6102c573-32cf-4809-a2a1-c33c397292c0.png) However these editors are mostly meant for...

type: feature request
meta: never-stale
team: IDE
segment: data-science

## Current Status `4.2.0` was released a few days ago: https://github.com/jupyterlab/jupyterlab/releases/tag/v4.2.0 This is an issue to track the features for the `4.3` release. ## Features & notable enhancements - Standalone...

maintenance

## References Fixes https://github.com/jupyterlab/jupyterlab/issues/11633 Move some utility functions to `@jupyterlab/builder` so they are more easily reusable in downstream JupyterLab distributions. ## Code changes - [x] Move `createShare` - [ ]...

enhancement
tag:Examples

## Description When a custom drive is installed, the default file browser might try to create files and directories in the installed drive, instead of the default file browser. ##...

bug
help wanted
pkg:filebrowser

## Description As noticed in https://github.com/jupyterlite/jupyterlite/pull/1423, lots of errors are logged in the dev tools console, which seem related to the use of `coincident`: ``` Uncaught TypeError: i is undefined...

bug

## References Follow-up to https://github.com/jupyterlite/jupyterlite/pull/1425#issuecomment-2192502611 and https://github.com/jupyterlite/jupyterlite/pull/1423 ## Code changes Relax/remove pin on `importlib_metadata`. ## User-facing changes None ## Backwards-incompatible changes None

maintenance