Christian Clauss
Christian Clauss
A new version of `nan` was recently released. Please retry with that release. https://www.npmjs.com/package/nan
Perhaps have a human or at minimum an AI review the proposed change. GitHub Copilot says: This pull request fixes a minor typo in a comment within the `ProjectTaskManager` class...
Use `KeyboardInterrupt` instead of `SystemExit`. ```python except (KeyboardInterrupt, SystemExit) as e: ```
iOS does not really allow apps to shutdown so Pythonista cannot behave exactly like Python on desktop operating systems.
Is this still happening? If so, please consider reopening this issue on the main repo: * https://github.com/tox-dev/toml-fmt/tree/main/pyproject-fmt
Thanks for spotting this @ValentinKlinger #8837 fixed two of the four failing tests. I changed the title of this issue to reflect the work that remains: Fix `pytest quantum/bb84.py quantum/q_fourier_transform.py`...
@abhishekchak52, @KevinJoven11 would you be willing to look at these two failing tests?
These tests used to pass as they are. I assume that changes made in our dependencies changed the generated key values. Please submit a pull request if you see how...
Code reviews please on * #8838 This is a `seed`-based pseudorandom number generator that generates the same result when given the same seed. The problem was that a newer version...
> the current implementation outright segfaults What hardware are you running this on? Please document the steps to reproduce. For extra credit, a GitHub Action that demonstrates the segfault. ;-)...