Bas Nijholt
Bas Nijholt
Hi @chrisjsewell, thanks a lot for making this! I store notebooks in a repo where I do not commit the output. _Successfully running the notebook without exceptions_ is good enough...
Adding a new photo to the folder when all photos have been uploaded several times leads to consecutive reposts of the new picture. This can be fixed by requiring a...
I cannot find what the fundamental differences between these packages are precisely: - [versioningit](https://github.com/jwodder/versioningit) - [setuptools_scm](https://github.com/pypa/setuptools_scm) - [versioneer](https://github.com/python-versioneer/python-versioneer) @jwodder, would you be able to comment on this? One difference at...
I am debugging this container for someone using Windows where in the `postStartCommand` we do a `pip install` of the mounted repo, but get permission errors. ATM I am just...
With the latest version installed from Anaconda I get this error: (I encountered this via `conda-lock` who installed and ran `ensure-conda` for me) ``` mambauser ➜ /workspaces/env (main ✗) $...
## Description Implement `"sequential"` strategy for `BalancingLearner` ## Checklist - [x] Fixed style issues using `pre-commit run --all` (first install using `pip install pre-commit`) - [x] `pytest` passed ## Type...
In the [PipeFunc documentation](https://pipefunc.readthedocs.io/en/latest/tutorial.html#custom-parallelism) I have the following problem when executing code with a `ProcessPoolExecutor`: With this fix it becomes: The root of the issue is that `nbconvert --execute` produces...
### Troubleshooting docs - [X] My problem is not solved in the Troubleshooting docs ### Anaconda default channels - [X] I do NOT use the Anaconda default channels (pkgs/* etc.)...