Adam Kirk

Results 19 issues of Adam Kirk

### Environment * Elixir version (elixir -v): 1.10.4 * Absinthe version (mix deps | grep absinthe): 1.6.3 * Client Framework and version (Relay, Apollo, etc): elm-graphql ### Expected behavior ```...

### Environment * Elixir version (elixir -v): 1.10.4 * Absinthe version (mix deps | grep absinthe): 1.6.3 * Client Framework and version (Relay, Apollo, etc): dillonkearns/elm-graphql 5.0.3 ### Expected behavior...

Kind:Bug

If I do ``` {:messages, messages} = Process.info(self(), :messages) for {:delivered_email, email}

enhancement

I'm doing this: ``` ZB.Repo.insert( %ZB.IP{ account_id: user.account_id, user_id: user.id, ip: ip, count: 1, date: Ecto.Date.utc, }, on_conflict: [inc: [count: 1], set: [updated_at: NaiveDateTime.utc_now]] ) ``` and if this runs...

Hey, sorry about posting here, but I've read your blog posts about Elixir and had a question I wanted to go directly to the discord eng team AND be google-able...

I don't understand what this error means: ``` [elm-hot] Hot-swapping Main not possible: the location of the Browser.Navigation.Key in the model has changed. ``` would you mind helping me understand...

What do you think about using something like https://github.com/roonie007/vite-plugin-svelte-kebab-props to convert camelcase attributes to kebab case so that all props can be set easily when using as custom elements? If...

In order for this code to work it needs to be `reminder_form`

I would really love it if I could just type GoogleResu and it suggested `Jump.Integrations.Google.Jobs.Resubscribe` for example. Is that possible? Maybe a trigger for this could be a module name...