Chris

Results 39 comments of Chris

As far as I know only Windows executables can contain icons; on Linux it's usually a [`.desktop` entry](https://wiki.archlinux.org/title/Desktop_entries) entry, and on macOS it's reserved to App bundles. I can add...

`makeself` looks very interesting! I'll mark this as "help wanted" for now, but I'll look into it further when I get the chance. 👍

It seems cloning the linked repository to another location and running `rye sync` there works on the same system, but I cannot pinpoint why. I assume something must be different,...

Yeah, the `.venv` is definitely deleted. Here's the output with deleting it as the first step. ```pwsh ❯ rm -r -Force .\.venv\ ❯ rm .\requirements* ❯ lls .editorconfig .git .gitignore...

Here's the relevant output with `RUST_LOG="trace"` from `Installing dependencies` to where it diverges. New location: ``` Installing dependencies DEBUG uv 0.2.33 DEBUG Searching for Python interpreter in system path or...

I found an easy way to reproduce this issue. The general configuration of my installation can be seen in the above comments where relevant. Create a new directory, here I'll...

Can you try it on Windows? I also can't reproduce it with Linux, but on Windows it reproduces every time. I can try on macOS later as well, but I...

This isn't just Python 3.7. I'm seeing the same error with a 3.10 project. ```sh ❯ rye sync Reusing already existing virtualenv Generating production lockfile: D:\Development\the-witcher-3-mod-manager\requirements.lock Generating dev lockfile: D:\Development\the-witcher-3-mod-manager\requirements-dev.lock...

This should be a `uv` issue I think? @charliermarsh