Tristan Milnthorp
Tristan Milnthorp
The biggest question is the supported deployments. Do we abandon netstandard/netframework support just for generic math? Neither are EOL yet.
We already do, but without too many #ifs. I fear that the API support for generic math vs precompiled lambdas would be difficult to maintain with equivalent functionality. But definitely...
It is correct, we're using the wrong one. This would be a behavior break though.
Doesn't seem like anything the client application couldn't do where you stash a static "global" or default unit and pass it into the constructor or From method. I think you're...
I would expect 30C - 20C to equal 10 (unitless). That's the way boost units works too actually
https://www.boost.org/doc/libs/1_45_0/boost/units/absolute.hpp There's the boost implementation. I don't like it though. We should think about it a bit. I am not currently in the state with a newborn :)
Trying to remove all Git LFS files to remove the following error on build (or even checking out UnitsNet): ``` Cloning into './UnitsNet2'... remote: Enumerating objects: 71476, done. remote: Counting...
> Thanks, I got the notification yesterday that the LFS _bandwidth_ of 1 GB was used up, 1.5 had been used. Storage was fine. > > I guess the repo...
> Oh yeah! Remote environment is really compelling. Have you tried it? > > Still, I do think the init script is a good idea to make it real easy...
> Well, if you ever feel like setting up a remote setup for UnitsNet, that would be really cool! I will try to find some time. Easier said than done...