Brooklyn Zelenka
Brooklyn Zelenka
Should be able to do things like this... ``` elixir defpartial minus(a, b, c), except: 2, do: a - b - c defpartial together(a, b, c, d), except: [2,3], do:...
Separate from the regular `new/*` synatx, a `new_partial/0` or similar function. Naming could be better 😉 (Some kind of clear metaphor always preferred) More context: #19
Similar to what can be achieved with a Haskell `newtype`, provide a function to modify or validate an incoming value. Example: ``` elixir def mod(num, denom) do inter = rem(num,...
Add the ability to validate entire ADTs, similar to Ecto models. Validation of individual fields should be left to #2. This feature is meant to enforce structure among fields. ```...
Currently, prop checks fail with minimal context. It would be good to have more context on which specific values were the cause.
Hello, I'm experiencing an issue when compiling XSD that includes some of the W3C schema. ``` elixir iex(4)> :erlsom.compile_xsd_file {:error, [exception: {:error, {'2 - Unexpected event, expected end-tag'}}, stack: [:schemaType],...
TODO: Break into subtasks ...from the auth lobby * [ ] Move auth delegation flow into webnative * [ ] Device linking heavily related this, so same idea here but...
> Writing down some thoughts that Brooke and I had late last year, not because I think that should be implemented *in this PR*, but because I think it could...
NB: Feature requests will only be considered if they solve a pain # Summary ## Problem SDK users need to always explicitly specify the access control level for a path....