Mohammed Al-Ameen

Results 13 comments of Mohammed Al-Ameen

They have documentation in the repository

I was about to raise this exactt issue! guess I'll just use the previous release

Tried the previous version, it's not working to, use this `axios@^0.27.2`

Better late than never, right? some qt5 dependencies might help too ```bash $ sudo apt install qt5-default ``` try upgrading your pip to ```bash $ pip install --upgrade pip $...

> As a workaround, I use this in my project: > > ``` > sed -i -e "s/0.0.0/${GITHUB_REF#refs/*/}/" pyproject.toml > ``` > > https://github.com/astral-sh/packse/blob/70abfe8f64a9746452c02cb514942f879c7eaccc/.github/workflows/release.yaml#L34-L36 Exactly what I did, I just...

Is there a reason why this won't/can't be implemented?

> The `uv version` command already exists, so I need to come up with a design to either phase that out in favor this functionality or choose a new command...

Well, i installed `llvm` and i'm still having the same issue. > Please note, I'm not a C++ / Systems Engineering expert 😃

> [@struckchure](https://github.com/struckchure) have you tried installing `llvm@19` and running `CC=$(brew --prefix llvm)/bin/clang CXX=$(brew --prefix llvm)/bin/clang++ ./Meta/ladybird.sh run`? That seems to have fixed it for me. > > I found it...