Sandro Santilli

Results 324 comments of 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: ![image](https://github.com/ihabunek/toot/assets/289678/6f92f792-b326-473b-afd9-c58968917270) 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: ![image](https://github.com/ihabunek/toot/assets/289678/c32f4a54-4f65-429c-ba8e-4facea5ea6d9) 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 ?