Martin Ždila

Results 129 comments of Martin Ždila

It should have some defaults. For advanced uses user would need to use ffmpeg (which would not be often). - no fade in on beginning - fade out - for...

Actually I think it would be wasting of resources. GPX Animator is not that huge app that would benefit from splitting it to smaller bundles. Nobody complained that he only...

Unfortunately there is currently no work or any plans on GPX Animator due to my other priorities. But it can change in the future.

I think this issue should be of high priority (no. 1 after bugs) as it adds much for the user experience.

This can be tricky because GPS vertical position accuracy is +/- 20 m and can jump 100 m in one second and then immediately back because of the nature of...

Brackets are added by `bunyan` command.

I've implemented serializing get and set operations per key. It is in typescript and requires node 10 because it uses asynchronous generators. But you can transcompile it to older nodes....

+1 In our case we need it for `POST` to execute 4 various security actions: - `/v1/security/credentials?action=changePassword` - `/v1/security/credentials?action=requestPasswordReset` - `/v1/security/credentials?action=resetPassword` - `/v1/security/credentials?action=remindUsername` Every action is implemented as different method...

I have put the rounding here: https://github.com/FreemapSlovakia/freemap-v3-react/blob/f494782a2accaa83028030415b22fdeeec75ec86/src/pigeon-maps/index.tsx#L1631 It was just a quick patch and probably putting it to `latLngToPixel` would be more suitable as you mention. So far I haven't...

I've tried more approaches to fix it but evey had some glitch: - changed 40 to 0 in `trackMoveEvents` (this causes that when map is thrown it doesn't have always...