Carlos Lage

Results 16 comments of Carlos Lage

@pyramation I'll share :) I'm also willing to help out with code. I'm not interested in getting any money for this, but I have a real interest in helping out....

https://github.com/elixir-ecto/ecto/pull/2594 I mean, they've been debating for ages adding it to Ecto, a lot of people would use this. I can open a PR with a potential patch if you...

Well, I have actually decided to make my domain-specific models separate from my DB Schema "models", and so my immediate need for this is no longer there, but I'll still...

Hi @drteeth! Throwing an error when `partition_by` returns `nil` might be a better approach. We dealt with the problem on the application side, but it was difficult to debug why...