Isaac Hudson

Results 5 issues of Isaac Hudson

**Describe the bug** When using storybook and @storybook/addon-interactions, a `userEvent.upload(, file)` causes the file upload dialog to appear even though the file was already uploaded by the interaction. **To Reproduce**...

bug
needs triage

This was proposed by @DeeDeeG in the slack general channel, I'm just creating an issue for tracking this and to start conversation with @DeeDeeG for me to assist on this,...

The `.round(round_digits)` method does not work for rounding to zero decimal places. ```rust let unrounded = BigDecimal::from_str("-0.68")?; println!("{}", unrounded.round(0)); // output is 1 -- incorrect println!("{}", unrounded.with_scale_round(0, RoundingMode::HalfUp)); // output...

@domdinnes this should fix #41 , but if you don't like this fix, I can also look into making sure that `warnings` gets set to an empty array instead of...

Hello! Fantastic library, has been very helpful for our work. I was wondering if it would be possible to get the ability to set a worksheet's gridlines visibility. This would...