gwy15
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 ##...