Hiroto Takeuchi

Results 5 comments of Hiroto Takeuchi

I don't recommend this solution at all, but if you need a temporary solution this is what I've done: ```ts import path from "path"; import fs from "fs/promises"; // inside...

Hi, I can recreate the problem with just a few cli commands using uv below: 1. [Install uv](https://docs.astral.sh/uv/getting-started/installation/) 2. `mkdir test && cd test` 3. `uv init && uv add...

Sorry, I didn't realize you guys had a universal version. This might be more on the behavior of how uv resolves supported architecture when installing packages, but other than performance...