Sandro Santilli
Sandro Santilli
I'm thinking docs for terminal users, not involving use of a browser
Also, the docs/installation.md is referring to installing a binary package, while what I mean is install from the source, ie: after downloading the source (package or git clone) and getting...
I'm talking about this:  At the bottom, where ID is shown, it may be useful to also show other metadata, like visibility/privacy and language
For comparison: this is how it looks with the mastodon web ui:  See the top-right corner of each post
Isn't a timeline strictly tight to a given instance ? I have 6 accounts on 6 different instances so I'm not sure I could access the same timeline (on the...
Yeah, I would simplify. I was actually surprised I couldn't run ONLY a directory w/out an associated server. If it was possible I'd have less problems with this logging inconsistency...
I have the same problem with QGIS versio 3.37.0-Master code revision [4abc2054771](https://github.com/qgis/QGIS/commit/4abc2054771) Both with using estimated or full metadata. I always get the WARNING: WARNING result of extents query invalid:...
According to code what makes the result of extent query invalid is not matching this regexp: `const thread_local QRegularExpression rx( "\\((.+) (.+) (.+),(.+) (.+) (.+)\\)" );`
Removing the duplicated backslashes fixes the issue for me, PR coming next.
Sorry, I'm taking it back, it's not the backslashes but the number of ordinates expected, why are 3 ordinates expected instead of 2 ?