Willian Frantz

Results 8 comments of Willian Frantz

I guess implementing the Queryable module to support Ecto.Query will give us an advantage, by using the Query struct to create our own DSL with Macros.

@Caciquez I see, that's a good point. Could you take a deeper look into the Queryable behaviour to double-check, then we can decide if move straightforward into creating only a...

@okeuday that's definitely interesting to know, thanks for sharing your thoughts. But I'm still thinking about whether it should raise an Exception or return an error tuple. I believe that...

I see, I guess it make sense. I'm still confused about the badarg thing because it seems like '' and 'wrong' are both strings, both invalid URLs addresses, doesnt feel...

@IngelaAndin I was taking a deeper look into how httpc works with these issues, and it has a very interesting way of. If you set anything that might not be...