Vigilans

Results 90 comments of Vigilans

Thanks for your reply. So it looks like a pull request for this feature will also not easily get merged in terms of maintenance cost? > The separated design is...

> unixdomain outbound is acceptable It is normal socks/vmess outbound that supports using unix socket address instead of ip address as remote server. > The communication protocol in relevant commits...

My use case: ansible project with bundled `ansible` and other related packages. For ansible project, the majority of code are written in yaml, by providing `pyproject.toml` we can build a...

I am mounting my home directory to devcontainer to reuse my user configs, and I have a venv dedicated for my user. Without `--copies` to create a self contained venv,...

I've created a PR in https://github.com/ray-project/ray/pull/45930 to fix the malformed path problem (`/tmp/ray\session_2024-04-25_14-29-35_864002_909423`). After this PR a windows worker node will successfully join a cluster of linux head and run...

Now with `uv venv --relocatable`, the last obstacle to a copiable virtual environment is base python's installation dir: `python` executable symlink's path and `home` field in `pyvenv.cfg`. I attempted to...

Support for relative home path in `pyvenv.cfg` is now being discussed in PEP 796: * https://github.com/python/peps/pull/4476 * https://github.com/python/cpython/issues/136051 Once it gets accepted, I can make a PR for https://github.com/Vigilans/uv/commit/b79ab015e40f3812ee138f5180a22d4873cb6449 to...

> This thing did cost me 2 days questioning my sanity. > When you try to clean disks manually (with sgdisk and dd, as described in the documentation) and rook...

> I haven't tested/tried it, but I suppose it can be made to work by letting the intermediate PEM file contain multiple intermediate certificates (this would require some plumbing of...

I also encountered this issue in recent days (prior to v5.29.0 released): ``` panic: crypto/cipher: invalid buffer overlap goroutine 25 [running]: crypto/aes.(*gcmAsm).Seal(0xc0001368c0, {0xc001567012, 0x0, 0x7ee}, {0xc002280140?, 0xc001567000?, 0x0?}, {0xc001567000, 0x168,...