avidseeker
avidseeker
I agree photos are an important feature for a map app, at least for travelers. As for places that are too insignificant to have their own Wikipedia page, they can...
As for signal strength icons, [FitoTrack](https://codeberg.org/jannis/FitoTrack) implementation can be helpful.
Related to https://github.com/mastodon/mastodon-android/issues/70
Same issue. Works only when screen is turned on with app.
Here are my notes: * Add current support status by browser, websites and applications. E.g: what browsers support this? Does Duo Mobile support passkeys? etc. * Some entries to add...
> which "typical" other services Google, Protonmail, and all the rest of contact apps expect to import and export one .vcf file (unless the intention is to send one contact...
[Geddit](https://github.com/kaangiray26/geddit-app) is an Android app without depending on Reddit API but on RSS/JSON feed.
Of course, fuzzy find features are super helpful, but I'm trying to basically select files by their initials instead of having to enter a special command for that. I want...
Ironically, the [suggested script to find by shebang](https://github.com/koalaman/shellcheck/issues/143) has [SC2038](https://www.shellcheck.net/wiki/SC2038) warning. I suppose this fixes it? ``` shellchecks() { find "${1:-.}" -type f -exec grep -Eq '^#!(.*/|.*env +)(sh|bash|ksh)' {} \;...
For some reason, `:set rl` seems to re-shape letters assuming the terminal doesn't support letter shaping. While this might be the case in older terminals, most terminals currently do support...