Spyros Desyllas
Results
2
issues of
Spyros Desyllas
This is an attempt to support the new multi folder workspaces feature. I have completely changed my initial approach as described in #349 and instead opted for a far simpler...
Evaluating: ```elixir Vex.validate(%{"a" => false}, [{"a", [presence: true]}]) ``` returns: ```elixir {:error, [{:error, "a", :presence, "must be present"}]} ``` If this is normal how can I validate that the key...