Báthory Péter
Báthory Péter
One more new string: `Shower in vicinity, rain with thunderstorm`. If I'm right, these strings are coming from an external service. Isn't it possible to ask them for the complete...
I have copies of the permission request emails. Tagging was not a requirement of use. I'm copying the machine translated version of the permission request here: > We would like...
Should upgrade Leaflet.photon dependency of kosmtik-place-search.
nvme version 1.14 on Ubuntu 21.10 You are right, redirecting stderr solves the problem. What do you think about ignoring error messages in this way: `return JSON.parse(GLib.spawn_command_line_sync(`${nvme} ${argv} -o json...
I see, thanks for linking the docs. Indeed, the output of the two command was the same. I did some experiment by adding some logging to getNvmeData(). ```JavaScript global.log(`argv: "${argv}"`)...
A controlled exception would be much better. A few weeks ago I tried to set the SSD temp display in preferences, without success. At next login Freon didn't want to...
Oh, I get it! So on a regular install, selecting None in preferences must be enough. Then the preferences window is a bit misleading. I thought selecting None means HDD...
I measured length() function with BCMath enabled and disabled and the difference is more than significant. ``` PHP $geom = GeoPHP::load(file_get_contents('20120702.gpx')); $start = microtime(true); for($i=0; $i < 50; $i++) {...
Just a small tracklog from the tests/input folder :)
Seems to me an issue with your geos-php build, `geos.so.so` has wrong name. Try to link `geos.so.so` to `geos.so`. But this issue is not related to geoPHP.