gwy15

Results 6 issues of gwy15

If a sheet is created without writing any data to it using the `write_sheet` method afterwards, excel warns that the file is corrupted and asks whether excel should try to...

The following test failes for the last assert. The iterator yields 0,1,2,3 which is out of range. ```rust #[test] fn iterate_in_range() { let mut m = bitmaps::Bitmap::::new(); m.invert(); let mut...

React version: 16 & 18 ## Steps To Reproduce 1. Call setState(functional updater) twice 2. One of the updater will be calculated before re-render. Link to code example: https://codesandbox.io/p/sandbox/quizzical-hugle-wsp7zh ##...

Status: Unconfirmed

Hello, I was trying to generate an iOS-compatible image from my Lightroom and bump into this repository. Correct me if I'm wrong, but I think this repository mainly focus on...

**Description** For slate react, `onValueChange` is not triggered when - select all content from **right to left**, then do a ctrl+v/cmd+v paste **Recording** ![Image](https://github.com/user-attachments/assets/bebfaedd-19ea-474b-8c1d-2113845eb84a) **Sandbox** https://codesandbox.io/p/devbox/slate-reproductions-forked-jc6pq2?workspaceId=ws_Pbq92KWBCGm3cg9fGwjBFV **Steps** To reproduce the...

bug

Hello, I noticed that HLL and HLL+ implements `Clone` using derive. Default compiler implementation requires that `H` implements `Clone` for `HyperLogLogPF` and `HyperLogLogPlus`. This is unnecessary since only hashes are...