Ben Wilson

Results 158 comments of Ben Wilson

> and we might have time to work on this in the next few days. Hey that's exciting to hear! Please shoot me an email at `ben [dot] wilson [at]...

Hey there! First I want to say that this is an impressive endeavor to embark upon. You're basically retro-fitting static type analysis into the language, and that can be a...

> > Then we're in trouble because the moment we allow values into the system we gotta worry about mandatory vs optional values for our container types, and so on....

As a total side note, if you used GraphQL not only would your JSON output be automatically type checked, but your JSON input from clients would be too ;)

Hey folks, this tutorial definitely needs to be updated, I'll see if I can find some time over the holidays. @alenm Notably, this tutorial has nothing to do with the...

Hi @avinayak I handed off maintenance of this and other ExAws libraries many years ago to @bernardd

OK I figured out why this is happening, but I don't know if what's happening is what should happen. `selected` logic is here: https://github.com/phoenixframework/phoenix_html/blob/master/lib/phoenix_html/form.ex#L1121. If `value` is not set explicitly,...