David Peter

Results 1367 comments of David Peter

@irevoire I had a new idea for the API. It's a bit hacky, but could be enough for a first draft. I'm now using your enhanced reverse-apply operator to add...

> On another subject, I’m really starting to think that we may need scopes earlier than I expected: Yes, absolutely. It's a problem already since I can't reuse things like...

This is now in a state where it could be merged. A drawback is that the binary size increases by about 4 MiB, which is probably mostly due to https://github.com/plotly/plotly.rs/issues/176

> I'm thinking of contributing this feature. Cool! Let us know if you need help. > I think converting both lhs and rhs to epsilon (the maximum expected difference) would...

Changes are live: https://numbat.dev/?q=assert_eq(2m,%20201cm,%200.1cm)

I'm not super concerned about the trailing zero problem. But I found some cases where the current implementation leads to problems. It might only be relevant for angles since they...

Oh hold on. That will actually be fixed by #537. I'll add a regression test in there.

Oh this is great news! Thank you for posting here. I agree that we should already prepare for these changes.

Thank you, this should be easy to fix, I think.

> An alternative simpler way to achieve this would be if hyperfine could simply expose the current run number to me as a variable. That is already possible. We export...