Sebastian
Sebastian
The answer talks about adding a point (x, y) where y \neq A(x), but I'm pretty sure the question is about adding a point (x, A(x)) where x is already...
For consistency + convenience.
This is admittedly a very nit-picky change, but according to the Subtle documentation (https://docs.rs/subtle/latest/subtle/struct.Choice.html#note), a `Choice` should be converted to a `bool` using the `From` implementation. Specifically they added the...
## PR Type Feature ## PR Checklist - [ ] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [...
[Protobuf v22](https://github.com/protocolbuffers/protobuf/releases/tag/v22.0) added the `debug_redact` field option, with the following [intent](https://github.com/protocolbuffers/protobuf/blob/06e232dcd85ab52dc5e45aa1ea8bcd03f9a9a245/src/google/protobuf/descriptor.proto#L681): > // Indicate that the field value should not be printed out when using debug > // formats, e.g....
### Describe the Bug [`MouseEvent.client_x()`](https://docs.rs/web-sys/0.3.37/web_sys/struct.MouseEvent.html#method.client_x) returns an `i32`, which should be a `f64`. The same problem occurs on a few places: - `MouseEvent.client_x()` - `MouseEvent.client_y()` - `MouseEvent.offset_x()` - `MouseEvent.offset_y()` -...