Aslak Raanes
Aslak Raanes
There seem to be a pure go implementation of potrace called [gotrace](https://github.com/dennwc/gotrace)
Would it be possible to get a list of location (places) from Apple Photos/PhotoKit at specific zoom level and choose randomly from that?
This isn't the official way of getting the coordinates from Apple Photos, but using SQL ```sql SELECT DISTINCT zlatitude, zlongitude FROM zgenericasset WHERE zlatitude AND zlongitude IS NOT "-180.0" ;...
There is now a project to implement MathML in Chromium
Maybe use ?
The current method of primary presenting the app language as writing language might be considered to be a bug.
In the furture, maybe related https://github.com/mastodon/mastodon/pull/26917 for implementation in Mastodon itself? See discussion https://hachyderm.io/@thisismissem/111076105053359483 https://mastodon.social/@aslakr/111092724148991855 etc.
Unless clients become better at recognising that the post contains links to itself, I suspect it will add to the problem. I guess solutions might be: - Clients should have...
Shouldn't there be exceptions inside ``, as generated by for example code, verse and preformatted Gutenberg blocks?
Yes, trying to parse HTML using regex might be a bit optimistic. Newer versions of the Gutenberg-editor seems to replace `\n` with `` https://github.com/WordPress/gutenberg/pull/55999 which creates it own problems https://github.com/westonruter/syntax-highlighting-code-block/issues/790....