Hong Minhee (洪 民憙)

Results 197 issues of Hong Minhee (洪 民憙)

### Summary Currently, the Vocabulary API code generator resides in `packages/fedify/src/codegen/` and is tightly coupled with the main Fedify library. This code generator is only compatible with Deno, which limits...

type/refactor
component/vocab
component/cli
difficulty/intermediate
breaking change

## Summary Following the discussion in #375, we should create a dedicated `@fedify/codemods` package to provide automated code transformations for Fedify projects. This would initially support migrating from `@fedify/fedify/x/*` modules...

type/feature
priority/high
type/refactor
component/cli

### Description The Fedify CLI currently has no automated tests (0% test coverage), while the main library has comprehensive test coverage. This makes it difficult to ensure CLI commands work...

type/enhancement
help wanted
good first issue
priority/medium
type/test
component/cli

The “quiet fediverse” problem occurs when users see incomplete conversations due to the distributed nature of ActivityPub. Currently, most implementations use reply tree crawling (recursively fetching `inReplyTo` chains), which can...

type/enhancement
type/feature
component/federation
component/collections
difficulty/advanced
activitypub/interop
activitypub/compliance
activitypub/mastodon

## Description Implement an ecosystem CI system similar to [Vite's ecosystem-ci](https://github.com/vitejs/vite-ecosystem-ci) to test backward compatibility of new Fedify versions against real-world projects in the Fedify ecosystem. This will help catch...

type/feature
priority/high
priority/medium
type/test
type/chore
component/integration
status/in progress
difficulty/intermediate

## Summary Add functionality for package submitters to cancel or requeue their package submissions when submission processing gets stuck or takes an unusually long time. ## Problem Sometimes when publishing...

### Problem BridgyFed generates ActivityPub JSON-LD documents that include AT protocol URIs with DIDs in Link objects, but these URIs violate URL syntax rules, causing parsing failures in ActivityPub libraries....