No.

Results 31 issues of No.

Pleroma has a version string in /api/v1/instance that looks like: ``` "version": "2.7.2 (compatible; Pleroma 2.4.3-0-gaa31f7a19)" ``` ( https://docs-develop.pleroma.social/backend/development/API/differences_in_mastoapi_responses/ )

Currently we have [3 ways](https://sinusoid.es/immer/containers.html#_CPPv2N5immer3box3boxEv) to initialize a `box` with value `T{...}` but no way to initialize one with value `T(...)`. These causes problems for types with a constructor that...

bug

For example, Qt will define this macro even if it was not defined. ``` /usr/include/qt5/QtCore/qcompilerdetection.h:516:#ifndef __has_feature /usr/include/qt5/QtCore/qcompilerdetection.h:517:# define __has_feature(x) 0 /usr/include/qt5/QtCore/qcompilerdetection.h-518-#endif ``` And looks like `gcc version 9.3.0 (Gentoo 9.3.0-r1...

bug
help wanted

**Description of problem:** I am to setup geo-replication from `***1,***2,***3:gv0` (disperse) to `xx.xx.xx.xx:rep-gv0` (single-node). Two of the three bricks are shown as Faulty. **The exact command to reproduce the issue**:...

wontfix

Currently, https://github.com/projectfluent/fluent.js/blob/8991a1760a83f1f9d8900e325ecc83dcb636337c/fluent-langneg/src/locale.ts only allow the primary language subtag, and [extended language subtag](https://tools.ietf.org/html/bcp47#section-2.2.2) is not implemented. It also does not take into account of macrolanguages. For example, requesting `zh` when there...

Currently the default implementation fallback to msgid if the translation for a language is missing. However, in many cases, we would want the user to choose a fallback language, so...

Kind:Feature
Level:Intermediate

Currently it is requiring "read," but this allows the app to **see anything I can see, including any content privately addressed to me**. This is too much permission. Here you...

linked accounts

`https://www.pixiv.net/en/artworks/{id}` -> `https://pixiv.moe/illust/{id}` `https://www.pixiv.net/artworks/{id}` -> `https://pixiv.moe/illust/{id}` `pixiv.moe`: https://github.com/kokororin/pixiv.moe

![image](https://user-images.githubusercontent.com/299873/94360289-2c0d2080-007a-11eb-9b63-0543ffa31a8b.png) On Emacs 27 the rainbow segments have visible spaces between them, and the rainbow is significantly higher than the cat. ![image](https://user-images.githubusercontent.com/299873/94360313-43e4a480-007a-11eb-91bc-5c361d4a4bc0.png)

bug

This solves #37 and #48. Under Emacs 27: - `-animation -wavy` ![image](https://user-images.githubusercontent.com/299873/94977697-ee7c1d80-04e7-11eb-8eba-618ac975f360.png) - `-animation +wavy` ![image](https://user-images.githubusercontent.com/299873/94977723-123f6380-04e8-11eb-9965-3200c92d3db4.png) - `+animation -wavy` ![image](https://user-images.githubusercontent.com/299873/94977736-22efd980-04e8-11eb-8707-7d43a76396c1.png) - `+animation +wavy` ![image](https://user-images.githubusercontent.com/299873/94977712-06ec3800-04e8-11eb-927b-cb1e7c6ac002.png)