Results 31 issues of Amanda

This only has the English version. However the Irish version legally takes precedent... Shouldn't the Irish version be included?

Currently, in the RSS feed of note activity, when a note is created, the note is included twice, because it includes the comment on the note, and then the whole...

I have configured this to only post from Twitter to Mastodon if a set of words are used. That's working fine. If I make a twitter thread with one of...

DownloadAlong will ask the user to confirm if it wants to make more than 1 download request. With this patch, the user can set a preference (downloadAlongWay.numDownloadRequestConfirmation or downloadAlongTrack.numDownloadRequestConfirmation), and...

In keeping with the letter, but definitely the spirit of this project's Code of Conduct, I suggest moving off the .io ccTLD, [tegola.io](https://tegola.io) .io is for the "British Indian Ocean...

The file directory cache uses a very simple `Z/X/Y.pbf` layout scheme. This is OK for many things, but you can wind up with a lot of file entries per directory....

enhancement

There are some method on `Float` which aren't on any of the integer traits (`PrimInt`? `Num` Itself). e.g. `.abs()`. A `i32` can defintely have an `.abs()` method. (`.abs()` on a...

question

Currently `mod_tile` always allows the `/dirty` & `/status` URLs for all tiles. In all servers I set up, I block that with an apache rewrite rule. I suggest improving `mod_tile`...

This patch makes the `/status` & `/dirty` URL requests diabled by default, and allows one to turn it on or off with `ModTileStatusURL On`/`ModTileDirtyURL On`. It implements #272. I am...

I have ported the [openstreetmap-carto style to vector tiles](https://github.com/geofabrik/openstreetmap-carto-vector-tiles), and am using [tessera](https://github.com/mojodna/tessera), which is based on tilelive, to serve the raster tiles (which are created from vectortiles). However it...

question
help wanted
performance