Denis M.

Results 3 issues of Denis M.

Example: munit_assert_double_equal(1e100, 1.0000000001e100, 1); // fails For the same reasons that the next test passes the test above should pass too. munit_assert_double_equal(1, 1.0000000001, 1); The better ways of comparing floating...

It might be useful to have a `group` function that has more specific type. `Data.List` has `group :: Eq a => [a] -> [[a]]`. I propose adding `group :: Eq...

### Steps to reproduce the problem 1. Open a post with vertical video e.g. https://mastodon.social/@nixCraft/110691830818929148 2. Press "expand video" button (middle button in the group of buttons of the bottom...

bug