Cory J Slep

Results 52 issues of Cory J Slep

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

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

bug

It remains to be seen how the community of not-really-linked-data implementations (which includes go-fed right now) will handle ActivityPub extensions. For example, will types be like: ``` { "@context": [...

feature request

As part of [this change](https://github.com/go-fed/activity/issues/123#issuecomment-544691957) on two separate occasions I copied/pasted code in two places in the `converter.go` file. They're marked with `TODO`s Each could be unified into a single...

hygiene

Right now only server origin is checked for `Update` and `Delete` federated activities received in the `inbox`. Permit users to specify `server` constraint or `actor` constraint.

feature request

Ensure ranges and domains are inherited at generation time.

feature request

Right now when resolving inboxes, the implementation can properly handle (Ordered) Collections. However, it does not support pagination.

feature request

Right now there's duplication of data in `Kind`, leftover from countless hours of experimentation. Clean it up.

hygiene

Since Types have a TitleCase name, the "LowerName" field is not accurate.

hygiene