Sebastien Wains

Results 28 comments of Sebastien Wains

Hey @Fivefold 1. one extension covering multiple bookmarking services would be even better! 2. agree bookmark-injector would make sense 3. I like the theme as it is! 4. as much...

Here's a working example using `jsonwebtoken` library. ```js let jwt = require('jsonwebtoken'); let now = Math.floor(Date.now() / 1000) const shaarli_api_secret = 'shaarli-api-secret'; const payload = { "iat": now }; let...

Are you still having issues rebuilding?

The latest Dockerfile has a (dirty) workaround.

Secure websocket is hard coded in the python code. Replace wss:// with ws:// and rebuild the container image and you should be fine!

Implemented in 546d56b4f036a79e15d40309be6e198a595f6653

Hey, sorry for the delay. This should indeed be possible. I'd love to tackle this but my home lab is currently non functional because of failing hardware. I will take...

Same behavior here on a fresh sync. ![image](https://github.com/user-attachments/assets/56c535af-0e11-4f59-bd80-d401ef245355) Looks very random. ```json "summaryDTO": { "startTimeLocal": "2025-01-03T14:56:23.0", "startTimeGMT": "2025-01-03T13:56:23.0", "startLatitude": XXX, "startLongitude": XXX, "distance": 41354.68, "duration": 6874.605, "movingDuration": 6498.263, "elapsedDuration": 6875.147,...