Anna

Results 5 issues of Anna

The docs currently specify that avatar images must be below 1024x1024 pixels. In practice Pluralkit throws an error for images greater than 1000x1000 pixels. This change just updates the documentation...

The documentation suggests that images must be < 1024x1024 pixels. However, the actual implemented limit is 1000x1000 pixels. Either the documentation should be updated or the actual limit should be...

## Summary of the Bug In the prod AGAGD, the `Chapters` table has `member_id`s that correspond to a chapter-type member in the `Members` table. For example, https://agagd.usgo.org/chapter/NOVA/ corresponds to https://agagd.usgo.org/player/126/....

bug
good first issue

## Summary of the Bug The table sorting buttons at the top of the members table on the chapter view page don't appear to work. ## Steps to Reproduce the...

bug
feature request
good first issue

If you set the `isVisible` property on a Layer inside a transaction, and then call `app.undo()`, the visibility change is not reverted. Example code: ``` local function revealLayers(layers) for i,...