Hieu Quang
Hieu Quang
At least pycharm and possibly other IDEs static code analysis can catch this bug. I was also hoping to also find this rule in Ruff. I thought F823 would catch...
Hi @charliermarsh We would like to be able to `uv pip compile` on requirementes.in file cross platform, i.e. from a same uv install create different txt files for windows, linux,...
@charliermarsh I am not sure this issue from @detlefla is the same I have, but I believe uv doesn't support environment variables inside of requirements.txt file as described here: https://pip.pypa.io/en/stable/reference/requirements-file-format/#using-environment-variables...
Added support for both cases in the PR above
> This is important because it means that the generated requirements don't contain machine-specific paths (or credentials, etc.). If we add the solution presented here, we'll lose that property. Hi,...
Hi everyone, I was having the same issue with high ingestion rates and redis using all my server's memory. I had my `docker-compose.yml` file edited with the following line: ```...
Hi, we are having exactly the same issue, running from the same terminal both commands. We are upgrading from 23.11 to 24.4.1
@azaslavsky Yes, I ran everything as root (sudo su)
Hi @azaslavsky, I will give it a try after hours since this is a production server. This install we had for a couple years now. I believe we upgraded sentry...
@hubertdeng123 No, it did not work for me. FYI I'm running ubuntu 20.4 LTS with everything up to date. I did try the docker prune command. I believe the ./install.sh...