László Vaskó
László Vaskó
I have uploaded v0.8.1 to pypy containing all the changes from current git revision. I have still no ability to test this package, so any feedback is welcome.
I've run into the same issue. I could work around by setting `FAKETIME_FORCE_MONOTONIC_FIX` to `0`.
> @vlaci what is your OS? @jgb do you confirm `FAKETIME_FORCE_MONOTONIC_FIX` make a change for you? > > If so, I don't know if we would want to enable it...
> @jgb @vlaci can you check if #82 solves the issue for your use cases? I can confirm that the PR works. It indeed looks a bit slower. In my...
> Just to be sure, can you check if libfaketime 0.9.8 improve perfs in comparison to 0.9.9 with `pip install git+https://github.com/simon-weber/python-libfaketime@refs/pull/82/head` 🙏 ? I assume you wanted me to check...
https://github.com/NixOS/nixpkgs/pull/326322
LIEF update is in nixpkgs in #896
We probably can create and remove the tmp directory outside the sandbox, reducing the number of rules needed. Probably we should set related environment variables to this directory, so traditional...
I've been testing this change in a few projects, and I have mixed results with it: - in general everything is fine, when running from the venv - there are...
> Hi, > > I think this PR relates to #1699. > > I was not aware that `languages.python` was injecting `LD_LIBRARY_PATH` to the runtime. > > What I noticed...