fediverse
Here are 120 public repositories matching this topic...
-
Updated
Nov 3, 2020 - PHP
-
Updated
Nov 14, 2020 - TypeScript
-
Updated
Oct 28, 2020
-
Updated
Nov 14, 2020 - PHP
-
Updated
Sep 4, 2020 - Rust

Instead of showing the full handle here in bold when no display name is set, the bold should only list the username part. That is:
jan
@[email protected]
-
Updated
Nov 14, 2020 - Vala
-
Updated
Oct 9, 2020 - HTML
Direct/Private/Unlisted/Public
- If somebody sends you a message (mentioning on the fediverse) to redirect it to email.
- To add a simple form (in Wordpress menu or dashboard) where you can choose message type (private, public, etc), write an answer (without posting it on Wordpress).
-
Updated
May 3, 2020 - JavaScript
-
Updated
Oct 27, 2020 - HTML
At the moment you can't just run make database unless you already have golang-migrate installed.
The Makefile should allow someone to just run that command and have all the migrate tools installed for them, but it doesn't at the moment.
-
Updated
Nov 13, 2020 - Java
-
Updated
Oct 15, 2020 - Kotlin
-
Updated
Oct 31, 2020 - PHP
Bug description
The testing guide at https://github.com/rugk/mastodon-simplified-federation/wiki/Testing#redirects has problems.
Steps to reproduce
-
Updated
Jul 8, 2019
-
Updated
Jun 19, 2020 - Swift
-
Updated
Oct 21, 2019 - PHP
-
Updated
Sep 11, 2020 - JavaScript
Improve this page
Add a description, image, and links to the fediverse topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fediverse topic, visit your repo's landing page and select "manage topics."



If we compile with
#![deny(missing_docs)]in lib.rs, the compiler will warn us about any public functions and items without documention. I think it would be very useful to add this documentation, both for potential contributors and for our own understanding of the code. This might even be a good task for new contributors, because it doesnt require knowledge of the code (we can always answer ques