John Barker

Results 4 issues of John Barker

I've realized that assigns attached to `private: %{}` from the router are not available on the socket. Is this a bug, intentional or something that currently isn't possible? My use...

When attempting to create a visualization from my DB schema, I receive the following error(s): ``` (0.000 - 245 Mo) 237 Mo - PlantUML Version 1.2017.14 (0.003 - 245 Mo)...

question

Is it possible, or at least desired, to have the ability to change the global coloring of storybook? The idea would be to use a color that better represented your...

enhancement
good first issue

Added support to lazily resolve an assign. Example: ```elixir assigns = %{ "key" => "value", "expensive_key" -> fn _data -> {:ok, "value"} end } Solid.parse!("{{ key }} — {{ expensive_key...