Renan Santos

Results 6 issues of Renan Santos

This PR attempts to fix hot reload if a user passes a subdirectory of the current working directory using either `--reload-dir` or `--reload-include`. The documentation explicitly says that those options,...

watchfiles

Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...

review-requested
python

Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...

review-requested
python

My host machine runs Mac 13.4 with a UID of 1000. If I build the Dockerfile below with `docker build --tag test:test --file Dockerfile .` ```Dockerfile FROM ubuntu:22.04 RUN groupadd...

t/feature
f/containers

Fixes https://github.com/jupyterlab-contrib/jupyterlab-spreadsheet-editor/issues/70. Since its shortcut conflicts with JupyterLab's default save shortcut, and users can always use the `Download` option in JupyterLab's menu, I believe the simplest solution is to disable...

## Description ## Reproduce 1. Using your favorite package manager, install `jupyterlab` and this extension, e.g., `pixi init && pixi add jupyterlab jupyterlab-spreadsheet-editor` 2. Start JupyterLab with `jupyter lab` 3....

bug