David Briggs

Results 4 issues of David Briggs

I was asked to make a PR from this issue: https://github.com/akubera/bigdecimal-rs/issues/69 My editor automatically rust formatted the project, so my apologies for the noisy diff. The minimal diff is in...

The following code: ```rust use bigdecimal::BigDecimal; fn main() { let n = BigDecimal::from(1); let d = BigDecimal::from(3); println!("{}", (n / d).round(0)); } ``` Panics when ran: ``` ➜ bigdecimal-unwrap git:(master)...

As mentioned in #6 the original paper seems to have succumbed to link rot.

Hi! Thanks for making this module. Unfortunately it looks like doom has removed the [hydra module](https://github.com/doomemacs/doomemacs/commit/b08c2c745fd206becece48162ccc39e94d95d381). Do you know if I could work around this?