Bruce Williams

Results 19 issues of Bruce Williams

We see questions about how, eg, tokens can be passed by clients to Absinthe. It would be useful to have code examples showing how this can be done for the...

@tlvenn's team is working on a new set of Absinthe-supporting JS packages that look like they'll be sigificantly more solid than what we've put out so far. This is just...

Note:Roadmap
Kind:Discussion

The following example was tested using 1.2.8 (GitHub-hosted gem). It shows how importing a file can cause its definitions to clobber re-definitions made since the first import. Note: I prepended...

bug

First of all, thank you for this excellent component. I have a number of apps that would require some common routes, so I thought I'd be able to accomplish this...

enhancement
design discussion

It would be useful to have "attributes" be anything that we can find with `Kernel.get_in`: ``` elixir Vex.valid? article, %{ [:author, :name] => [presence: true] } ```

Kind:Enhancement

Probably using: https://github.com/chrismccord/linguist

Kind:Enhancement

Hi everyone, When I first wrote Vex, it was to handle limited data validation problems in Phoenix controllers. It was a relatively simple, but fairly flexible package that met my...

Note:HelpWanted

```elixir def planets(character_id) do %ESI.Request{ verb: :get, path: "/characters/#{character_id}/planets/", } end ```