Jonathan Caprell
Jonathan Caprell
### Environment * Elixir: `1.12.2-otp-24` * Absinthe: `1.6.5` * macOS: `1.15.7` ### Expected Behavior The function given to an `Absinthe.Schema.Notation.config/1` macro, [by the documentation](https://hexdocs.pm/absinthe/Absinthe.Schema.Notation.html#config/1), ought to take an `Absinthe.Resolution` struct...
This is a little niche, but I think maybe this: https://github.com/phoenixframework/phoenix_live_reload/blob/43b923b2d909b8af55e4b905fecab7aabef43879/lib/phoenix_live_reload/live_reloader.ex#L128 … should be expanded to: ``` |> merge_resp_headers([ {"content-type", "text/html; charset=utf-8"}, {"cross-origin-embedder-policy", "require-corp"}, {"cross-origin-resource-policy", "cross-origin"} ]) ``` … in...
### Describe the bug Given the following markup: ``` @namespace url("http://example.com/foo"); @namespace bar url("http://example.com/bar"); @namespace baz url("http://example.com/baz"); |* { color: currentcolor; } bar|* { color: currentcolor; } |*:has(*) { color:...