-
```
cat: /sys/devices/virtual/dmi/id/board_vendor: No such file or directory
cat: /sys/devices/virtual/dmi/id/product_name: No such file or directory
cat: /sys/devices/virtual/dmi/id/board_name: No…
-
Thanks for the detailed docker docs! I'm trying to use uv in docker compose for local development. Trying to bind mount my application code **and** an anonymous volume for `app/.venv`. This is similar…
-
It is common for virtual environment directories to be either .venv/ or venv/, but only .venv/ is currently supported in without needing to activate the environment. Since both are common names for vi…
-
### Verify latest release
- [X] I verified that the issue exists in the latest pnpm release
### pnpm version
10.0.0-alpha.2
### Which area(s) of pnpm are affected? (leave empty if unsure)
Store
…
-
# Bug Report
## Describe the Bug
1. Powershell cannot run the IIS Specific Commands without importing the WebAdministration module if IIS Commands havn't already been run in the current powershe…
-
```
$ cat Class.hxx
class Class {
public:
virtual ~Class() = 0;
};
$ cat .clang-tidy
---
Checks: '*'
$ clang-tidy Class.hxx
Error while trying to load a compilation database:
Could not …
-
### Check for previous/existing GitHub issues
- [x] I have checked for previous/existing GitHub issues
### Issue Type?
Security Bug
### Module Name
avm/res/compute/virtual-machine
### (Optional)…
-
I think python dev headers are now missing when uv installs venv; repro (start from ubuntu 22.04):
confirmed on uv==0.5.0 and 0.5.4, not tested on other versions
```
export $VIRTUAL_ENV=/tmp/.ven…
-
To reproduce I created a new project as you described [here](https://exceptionfactory.com/posts/2024/05/15/getting-started-with-hatch-for-python-projects/). I added the "hatch-datavolo-nar" requiremen…
-
I often forget to name my virtual environments, so my prompt always displays `.venv ❯` when I’m in a `uv` project. Occasionally, I’ll `cd` into another `uv` project without realizing that the previous…