activity icon indicating copy to clipboard operation
activity copied to clipboard

ActivityStreams & ActivityPub in golang, oh my!

Results 22 activity issues
Sort by recently updated
recently updated
newest added

Hi @cjslep, Please thoroughly review this Pull Request! Here is the issue related to this PR: #157 I understand Pull Requests without having a corresponding issue will be automatically rejected....

I haven't started using this library yet, but I noticed that the tests are broken. Specifically, there's a missing `Host` header here: ``` --- FAIL: TestHttpSigTransportDereference (0.00s) --- FAIL: TestHttpSigTransportDereference/Dereferences...

See https://github.com/friendica/friendica/issues/10740 Copied upstream from https://github.com/superseriousbusiness/gotosocial/issues/240 If https://github.com/mastodon/joinmastodon/issues/148 doesn't get addressed, there is another way to prevent a remote lookup to a dead namespace link which can break federation. Instead...

(sub-issue of #121) I don't know how to write the specific JSON format astool wants, but I'll do the research so whoever can write the JSON can do it more...

feature request

The idea is that the tool would do the existing steps: * Generate ActivityStreams types using the v1 code generation tool * Build an App against that, using types as...

feature request

I'm hoping to work on forgefed integration in gitea, or a standalone go forge. As there is a lot of prior work done here already it only makes sense to...

If an implementation does not return a context in `AuthenticateGetOutbox` or `AuthenticateGetOutbox`, we propagate that `nil` context instead of returning an error.

bug

Does go-fed expect pub.Database.Lock to keep trying until the context expires, or should pub.Database.Lock immediately return an error if the lock is already held on a URL?

Is there any downside to returning an empty collection from GetInbox and GetOutbox without even checking the database? The documentation implies that these functions are only used as a source...