Dan Conley
Dan Conley
## Environment **App version:** 1.73.3+2106 **Device information:** - OS name and version: iOS 14.2 - Manufacturer: Apple - Model: iPhone XS Max ## Description **What you'd like to happen:** An...
**Is your feature request related to a problem? Please describe.** I've been making heavy use of Obsidian's "embed" syntax, ie ```md ![[related block]] ![[diagram.jpg]] ``` But these aren't rendered. **Describe...
**Please Describe The Problematic Behavior** Copying the stubbed out code from [the documentation](https://go-fed.org/activitypub-tutorial) (which is very helpful, by the way!) produces errors like these: ``` activitypub/activitypub.go:74:94: undefined: Activity activitypub/activitypub.go:92:72: undefined:...
**Please Describe The Problematic Behavior** I have this code: ```go followers := streams.NewActivityStreamsOrderedCollection() id := streams.NewJSONLDIdProperty() id.SetIRI(u.FollowersIRI()) items := streams.NewActivityStreamsOrderedItemsProperty() for _, follower := range u.Followers { log.Println("appending follower", follower.ID)...
The UIDs were added in #52 (and thank you for that!), but the UIDs being displayed don't seem to work when setting with `-u`: ```bash ❯ switchaudiosource -c -f json...
When I was getting my test PDS set up I was confusing "you provided an invalid command" with "the resource on your PDS was not found". The error message was...