Łukasz Wiktor
Łukasz Wiktor
Sorting a column containing numeric values orders them as strings instead of numbers, even though the underlaying values in JS are numbers. For example, 9948 comes after 996 in descending...
I'm getting the following warning when uploading a tracklog from my SkyDrop to xcontest.org  The IGC file itself also says that it's not valid: ``` AXSBDRP:3855303139360A0D001500 HFDTE110124 HFPLTPILOTINCHARGE: HFCM2CREW2:NIL...
First of all, thank you so much for developing the xpath module for nodejs. It's working really well! The only missing part I've just discovered is the standard XPath [`current()`](https://developer.mozilla.org/en-US/docs/Web/XPath/Functions/current)...
When I executed the `vagrant up` command it ended with an error: ``` Error: Could not parse application options: invalid option: --manifestdir ``` How can I fix it? Full log...
Selection of a proper epsilon parameter depends highly on the order of magnitude of numbers included in points. I want to simplify that difficult choice introducing a percentage tolerance as...