Jonah Scheinerman

Results 7 comments of Jonah Scheinerman

Hey, thanks for bringing this to my attention! This actually exposes a pretty fundamental issue with the library that's gonna be pretty difficult to fix since typescript is structurally typed....

Actually this might be doable now. I had assumed that exact types would require a language update but it seems they are possible now! Will work on integrating this clever...

Hi @raoz, This is possible right now via: ```ts Measure.of(8, furlongs).over(miles).value ``` Does this solve your use case?

I can't think of any particular reason why this would be necessary within the project. Is there some reason beyond aesthetics?

If you believe this is an issue, please open a PR.

Sorry for the delayed response, I don't have a lot of bandwidth at the moment for this project. Thanks for the feedback, I will definitely take this into account, and...

Hey, Parallelization is something I want to work towards. I'm going to open a new issue to track this.