Andreas Gullberg Larsen
Andreas Gullberg Larsen
Generally speaking, you should avoid combining `double.Min/MaxValue` with units, since you can easily run into overflows when converting to other smaller/larger units. Overflows for `double` results in `Infinity/NegativeInfinity`, The problem...
Give 6.0.0-pre003 a try and see if it helps
@lipchev I'll need a bit of time to get to this, will try to in the next couple of days. On the surface, it seems to me `Little pain` is...
I still intend to get to this, but I have a hard time finding the time to dive deep. I have not yet reviewed and confirmed the benchmarks as much...
Sorry this is taking so long on my end, it's just crazy busy with work and family. I intend to get to this.
I run into the same with webpack following this: https://github.com/dorukeker/gyronorm.js/pull/30 ``` import GyroNorm from 'gyronorm'; const gn = new GyroNorm(); gn.init() .then(() => { gn.start(data => { }); }) .catch(e...
I understand. I will let you know if I decide to take a stab at it, but currently it's not a high priority on my end. I just figured someone...
At risk of branching out the discussion, I'm seeing a need for both Level and more context, such as the exception, the logger type/name and ideally any additional properties the...
Full Tilt project seems stagnant, there are a couple of forks that added the absolute API for google. https://github.com/adtile/Full-Tilt/network
Updated the description after I learned that running `less-loader` did not have any effect as I first thought. It seems to be something with the file extension and how `postcss-loader`...