fedify icon indicating copy to clipboard operation
fedify copied to clipboard

ActivityPub server framework in TypeScript

Results 81 fedify issues
Sort by recently updated
recently updated
newest added

On the following page in the docs https://fedify.dev/manual/send there is a section about how to exclude followers who live on the same server as the sender of a message. The...

documentation
good first issue

Currently, Fedify processes the tasks that come into the message queue one at a time, but we need to parallelize them to increase throughput.

enhancement

[Deno 1.45.0 introduced support for workspaces and monorepos.](https://deno.com/blog/v1.45#workspace-support) However, there are still some challenges that need to be addressed before we can use this feature in the Fedify project: -...

It would be great to have more example code.

type/documentation
help wanted
good first issue

According to its [official website][1]: > Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical...

help wanted
type/feature
component/mq
discussion

A RabbitMQ implementation of [MessageQueue](https://jsr.io/@fedify/fedify/doc/federation/~/MessageQueue) just like the one for Redis would be great as a message broker. Thanks!

enhancement
help wanted

https://mymath.rocks/objects/ee4b8487-1ba2-4041-b7fd-744d5eface64 (defunct) ![B5F29E29-1150-4773-932F-0CA4990DA06A](https://github.com/kitsune-soc/kitsune/assets/583842/1cdaefdb-9699-43ec-8ff8-978ce5f36ccc) https://codeberg.org/fediverse/fep/src/branch/main/feps/fep-4adb.md https://codeberg.org/fediverse/fep/src/branch/main/feps/fep-612d.md Pending support in Kitsune and Pixelfed: - https://github.com/kitsune-soc/kitsune/issues/217 - https://mastodon.social/@dansup/112592047421088448

type/enhancement
type/feature
discussion
activitypub/interop
activitypub/compliance

It would be nice to have the official integration with [Nuxt](https://nuxt.com/)!

type/enhancement
help wanted
type/feature
priority/medium
component/integration
difficulty/intermediate

npm et al supports [`engines` property](https://docs.npmjs.com/cli/v10/configuring-npm/package-json#engines) in *package.json*, which indicates versions of supported runtime engines, e.g., Node.js v20+. As we use [dnt](https://github.com/denoland/dnt) for generating *package.json*, we need to specify it...

good first issue