Kyle Boe
Kyle Boe
Hitting https://connect-op.herokuapp.com/ I just get:  Possibly related to #71
Hitting https://connect-rp.herokuapp.com/ I just get:  Possibly related to #70
Elixir 1.12.3 Phoenix 1.5.12 Vapor 0.10.0 I haven't dug into why this error is now happening but when configuring like the example here: ``` defmodule VaporExample.Config do use Vapor.Planner dotenv()...
In the spec definition for `transition_to` it specifies `String.t()` as the `next_state`'s type. https://github.com/joaomdmoura/machinery/blob/4e7ae8170daa955e4ed2dad5597c68dadac91e97/lib/machinery.ex#L94 I believe this is incorrect. An `atom` is used in [examples](https://github.com/joaomdmoura/machinery/blob/4e7ae8170daa955e4ed2dad5597c68dadac91e97/lib/machinery.ex#L91) & [typespecs](https://github.com/joaomdmoura/machinery/blob/4e7ae8170daa955e4ed2dad5597c68dadac91e97/lib/machinery/transition.ex#L62) for the state...
Borrowing from the [JSON:API Document Resource Objects](https://jsonapi.org/format/1.1/#document-resource-objects): > A resource object **MAY** contain any of these top-level members: > > - `attributes`: an [attributes object](https://jsonapi.org/format/1.1/#document-resource-object-attributes) representing some of the resource’s...
I fully acknowledge that the last few years have been a roller coaster so I bring this up with all the empathy I can. There are several valuable PRs that...
Similar to other `!` suffixed functions, the thought would be to either return the transformed struct or raise an error. The goal of this change would be to allow the...
This is kind of a wild edge case, but when a nested, valid include is defined, the `QueryParser` throws an error when that relationship is being included because the atom...
**What is the feature you would like to implement?** Multi-chain support to allow the Farcaster protocol to operate across different blockchain networks. This feature would enable users to manage their...