Martin Ždila

Results 129 comments of Martin Ždila

My workaround: ``` function propagateHandlerError( fn: (...params: T) => void ) { return (...params: T) => { try { fn(...params); } catch (err) { process.nextTick(() => { throw err; });...

Please see https://github.com/crazycodeboy/react-native-splash-screen/issues/172#issuecomment-726019625

Quickly googled for example https://www.npmjs.com/package/json-colorizer

In my case input JSON is `{"ignore": "me"}` (because of #26) and I am calling `char *json = "{\"ignore\": \"me\"}"; json_setf(json, strlen(json), &out, ".foo", "{from: %ld, to: %ld, energy: %ld}",...

I were just about to report this issue and found it here :-)

I am encountering the same issue. I also tried to use `osmium cat` to convert pbf from Geofabrik to osm. Command `osmium check-refs` finds no issues.

It is an optional parameter. If omitted then it is the same as `@1x`. In ideal world editors not understanding `{r}` or `{@2x}` should remove this placeholder. I have only...

Just for the reference - JOSM: https://josm.openstreetmap.de/ticket/20030

BTW some tileservers support other scales and they can be also fractional. For example please see one particular tile: - https://outdoor.tiles.freemap.sk/14/9155/5649 (same as https://outdoor.tiles.freemap.sk/14/9155/5649@1x) - https://outdoor.tiles.freemap.sk/14/9155/5649@2x - https://outdoor.tiles.freemap.sk/14/9155/5649@3x

Following sources certainly don't support it (I know, because I am from Freemap community): - Freemap.sk-Hiking - Freemap.sk-Ski - Freemap.sk-Car - Freemap.sk-Cyclo