Robert Eisele

Results 135 comments of Robert Eisele

Are you using the latest webpack version? 4.3.4 restored the old module behavior, but then I tried again to introduce the module setup when I found the issue. Now the...

@josdejong @ai-rohit Found it, seems webpack decided to not port back `exports` to v4: https://github.com/webpack/webpack/issues/9509 Do you have the option to go with v5?

We have the following conflict and I don't know how to resolve it properly: - Your old webpack version expects an ESM module in `main`, while a CJS module is...

Thanks for pinning v4.3.4 in mathjs, I think this is a good tmp solution. Measured on the usage counts of Fraction.js, no further complaints came in, so I think the...

Yes, `v4.3.6` makes trouble with webpack v4, since they don't want to backport the the new `exports` attribute. I think I'll do it like I wrote in your mail, remove...

Yes, plus the `exports` field for newer installations. This is also how I would treat it with v5 then, which seems to be the way to go atm for hybrid...

GGA and RMC is used. VTG is already in RMC (at least features before NMEA2.3). GSA is unnecessary to get parsed on small devices, since hdop is already in GGA...

Thanks for your contribution! Would you mind not committing your package-lock file and not overwrite the example files? You can contribute own examples of course

It seems they renamed the function to `close()`. Hmpf, thanks for the hint!