-
# Summary
example: https://adl.b2.adventistdigitallibrary.org/concern/published_works/israel_vol__03__no__27_1918_the_remnant_of_israel_april_1918?locale=en
![image](https://github.com/user-atta…
-
**Describe what you are trying to accomplish and why in non technical terms**
I ran the devcontainer today, and it took **several** minutes to build. Most of the time was spent installing pip package…
-
### Describe the bug
`uv add toga` or `uv add toga-demo` on MacOS fails. It tries to build `pygobject` (which is a linux thing) and fails. Interestingly `uv pip install toga` works correctly.
### St…
-
`uv` is a fast and efficient package management tool. We should consider adding support for it in reticulate.
One of its key advantages is that it allows for installing a specific Python version on…
-
When executing `uv run`, a list of available commands is shown. `python` and `python3` work fine, but other commands list do not. I don't think `uv` should be shipping with `pip`, etc so the provi…
-
Given the funding and momentum behind [uv](https://docs.astral.sh/uv/), it seems inevitable that it will become the most powerful, de facto packaging tool for Python. When it is deemed ready, it shoul…
-
I have been using taskipy in conjunction with [uv](https://docs.astral.sh/uv/) `uv run` and it has been an awesome addition to the family.
With the exception that uv will run sync dependencies impl…
-
* **Version**: main branch
* **Platform**: UNIX
Hey,
after scratching my head for a while, I found out that `uv_udp_open()` unconditionally call `uv__set_reuse()`. I don't know if that's intend…
-
### What docker image(s) is this feature applicable to?
docker-stacks-foundation
### What change(s) are you proposing?
https://github.com/astral-sh/uv
https://docs.astral.sh/uv/
I'm seeing Mamba /…
-
# Problem
I'd like to be able to do the following:
```bash
export UV_ENV_FILE=./.env
uv run
cd
uv run
```
or even better, add `export UV_ENV_FILE=./.env` to my `.bash_profile`
…