Raruto
Raruto
**PS** regarding these two issues: - https://github.com/agentejo/cockpit/issues/1298#issuecomment-630339782 - https://github.com/agentejo/cockpit/issues/764 --- Some apache (shared) hosts don't allow you to override `Options` directives (thus getting the error 500: [`Options not allowed here...
@aheinze now it works pretty much the same as the htaccess file (refer to [#1404](https://github.com/agentejo/cockpit/pull/1404/files) for the section comments). For convenience I have also added the following composer script: ```sh...
Hi @aheinze, just to know, are there any news on this?
Hi velocat, these should be the lines you should check (it could be related to the `formatTime` function, for your tests you can also override it using the `xTimeFormat` option):...
if I'm not mistaken this is a problem related to how d3js handles the creation of the ticks on the time axis scale, you can check it as follows: https://github.com/Raruto/leaflet-elevation/blob/ac803fd023718e097a71f5121501a6a5043946d2/src/time.js#L49...
Here you can find some usage examples: - https://observablehq.com/@d3/axis-ticks - https://observablehq.com/@d3/scale-ticks and this could be the offending portion: https://github.com/Raruto/leaflet-elevation/blob/ac803fd023718e097a71f5121501a6a5043946d2/src/components.js#L77-L82 https://github.com/Raruto/leaflet-elevation/blob/ac803fd023718e097a71f5121501a6a5043946d2/src/components.js#L392-L394
> And more... If you zoom with the mouse, then this scale disappears altogether until you return to the initial zoom level This is the reason: https://github.com/Raruto/leaflet-elevation/blob/ac803fd023718e097a71f5121501a6a5043946d2/src/index.css#L39-L42 if you want...
As I remember lately I added this option as well (mainly in use within the various [handlers](https://github.com/Raruto/leaflet-elevation/blob/37372a5dcf0a68b9d520b1195a488fbd1f140869/src/handlers/)): https://github.com/Raruto/leaflet-elevation/blob/37372a5dcf0a68b9d520b1195a488fbd1f140869/src/control.js#L1049-L1052 --- Regarding the following options: https://github.com/Raruto/leaflet-elevation/blob/37372a5dcf0a68b9d520b1195a488fbd1f140869/src/options.js#L78-L79 they are a legacy of [MrMufflon/Leaflet.Elevation](https://github.com/MrMufflon/Leaflet.Elevation)...
Hi hupe, could you explain in detail the reason for this bug? (I don't have much time to understand this code..) Even better, if you can write some tests that...
> When you run you don't pause, you always move. But the minimum speed is 0. I have to recap my tests, please be patient. You should check the instant...