Results 26 issues of Benjamin Bertrand

The [jupyterlab-github](https://github.com/jupyterlab/jupyterlab-github) and [jupyterlab-gitlab](https://gitlab.com/beenje/jupyterlab-gitlab) allow to access notebooks from GitHub or GitLab repositories. Notebooks can be run directly from the remote repo. I installed jupytext and local .md and .py...

The current multivisor package installs the "tests" directory as global package. It should be excluded.

`run_with_reloader` was removed in `werkzeug` 2.1.0: ``` $ multivisor --help Traceback (most recent call last): File "/opt/conda/envs/supervisor/bin/multivisor", line 5, in from multivisor.server.web import main File "/opt/conda/envs/supervisor/lib/python3.9/site-packages/multivisor/server/web.py", line 17, in from...

The extension is really nice to run a notebook directly from a GitHub repository. I think a common use case is to create a local copy of a notebook so...

status:Help Wanted
type:Question

I tried `boa build` on a simple `noarch: python` recipe but it failed: ```bash curl -Ls https://raw.githubusercontent.com/conda-forge/conda-forge-pinning-feedstock/master/recipe/conda_build_config.yaml > ${HOME}/conda_build_config.yaml git clone https://github.com/conda-forge/icepap-feedstock cd icepap-feedstock/ boa convert recipe/meta.yaml > recipe/recipe.yaml boa...

I enabled the `quetz_repodata_patching` plugin on our server. Today I noticed that the `noarch/repodata_from_packages.json` file was corrupted: ```json { "info": { "subdir": "noarch" }, "packages": { "alabaster-0.7.12-py_0.tar.bz2": { "arch": null,...

conda-forge makes it possible to publish pre-release builds to a specific channel (see https://conda-forge.org/docs/maintainer/knowledge_base.html#creating-a-pre-release-build). The channels are named `conda-forge/label/_rc` or `conda-forge/label/_dev`. I'd like to proxy some of those channels (i.e....

`guidata` can't be installed with Python 3.11 ``` $ pip install -e . Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit...

We found an [issue](https://gitlab.com/taurus-org/taurus/-/issues/1294#note_1427407491) with pint 0.22 due to an old version of `typing_extensions` installed. ``` ____________________ ERROR collecting cli/test/test_alt.py _____________________ ImportError while importing test module '/usr/local/lib/python3.9/dist-packages/taurus/cli/test/test_alt.py'. Hint: make sure...

bug

``` ______________________ ERROR collecting tests/rpc_test.py ______________________ tests/rpc_test.py:22: in class MyHandler(aiozmq.rpc.AttrHandler): tests/rpc_test.py:55: in MyHandler @asyncio.coroutine E AttributeError: module 'asyncio' has no attribute 'coroutine' ``` `asyncio.coroutine` was removed in Python 3.11 but...