Evan Lloyd New-Schmidt
Evan Lloyd New-Schmidt
I can confirm this is a problem with the bash completion as well: ``` $ source completion/bash_tealdeer $ touch -d '31 days ago' ~/.cache/tealdeer/tldr-pages $ tldr tThe cache hasn't been...
Same issue on Firefox `129.0` on Ubuntu and Ghosttext `24.7.6`. Downgrading to `24.6.7` fixed it. @dhull You can see an extension's logs/network connections in Firefox by going to `about:debugging#/runtime/this-firefox` and...
> bsdiff already provides 5-30% of the original size and is already implemented, need only to properly enable it. Is bsdiff enabled now?
In [`storage::GetFileDownloadUrl`](https://github.com/organicmaps/organicmaps/blob/db0aeb4194bd135a11b1abd84dbced80ca15bc88/platform/downloader_utils.cpp#L27), delta urls are `diffs/{dataVersion}/{diffVersion}/{country}.mwmdiff` (compared to `maps/{dataVersion}/{country}.mwm`). I've found at least one place in the codebase that parses a url expecting that format. I think it would be...
Based on [`storage/diff_scheme/diff_scheme_loader.cpp`](https://github.com/organicmaps/organicmaps/blob/b600aafa24db9baf629125ee8d9cb06609c5847a/storage/diff_scheme/diff_scheme_loader.cpp), the API for discovering what diffs were available looked like this: Client makes a request with the map version it wants to update to and all outdated...