Kyle Boe

Results 19 issues of Kyle Boe

Hitting https://connect-op.herokuapp.com/ I just get: ![image](https://user-images.githubusercontent.com/4054771/182937290-37414be4-b7e2-4511-814b-3e0d8fd7849a.png) Possibly related to #71

Hitting https://connect-rp.herokuapp.com/ I just get: ![image](https://user-images.githubusercontent.com/4054771/182937696-dfcc9b06-a522-474e-b733-6fab0c9a3652.png) 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...

stale:discard

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...

v2.0
stale:discard

**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...

feat