Mathilda Grace
Mathilda Grace
I am getting this vague error message when I try to play a move in a game. Any idea why? ```sh $ lichess-cli g ┌──────────┬───────────┬──────────┬───────────┬─────────────────────────────┐ │ ID │ TURN │...
This pull request addresses multiple issues around the consistency and control of photo sizing (#117 and #130). Going forward, users may pass a `size` parameter that will specify the size...
Blocked by #327 ### Motivation The trait method `float::Float::integer_decode` invokes one of the functions `integer_decode_f32` or `integer_decode_f64` depending on the implementation. These functions share a lot of code, so I...
### Motivation While working on #326, I saw an opportunity to add unit test coverage for the trait method `float::Float::integer_decode`. I hope others find this helpful when troubleshooting this method....
It looks like the GitHub OAuth app is configured to request access to all scopes. This could lead to unintended exposure of private data stored on a user's GitHub account....
This PR adds a Makefile and instructions to make installation from source easier. For instructions on how to test, read the additions made to the readme file. Admittedly, this is...
This PR adds some additional check to the build job in the Rust workflow ### Motivation * Check and Clippy: These steps help protect us against well-known bad coding practices....
### Changes * We add a new method `Pid::next_control_output_with_dt()` which handles a variable time delta (`dt`). * The new method is called internally by `Pid::next_control_output()`. ### To do - [...
### Problem This package is incompatible with Numpy 2 but does not have an upper bound on the Numpy version in `pyproject.toml`. https://github.com/NicolasHug/Surprise/blob/2381fb11d0c4bf917cc4b9126f205d0013649966/pyproject.toml#L24 This leads to the following `ImportError` when...
This pull request is meant to resolve #485 by adding an upper bound on the Numpy version until this package is ready to use Numpy 2.