felipe stival

Results 57 comments of felipe stival

Can I tackle this one (with GitHub)?

https://github.com/sass/node-sass/issues/2625

Hi @ericmj . Sure. Happy if it can be useful! Closing.

>Once a brod_producers|consumers_sup is started, it should not die at connection restarts (in fact this is the current behavior, it runs in a loop to to poll new leader connection...

I tried to reproduce it and got the metadata in a different shape from the documented one, but got the pool info. I'm using postgrex. ```elixir [ {[:db_connection, :connection_error], %{count:...

This is the question/use case. My suggestion was using `:any` + a struct and taking care of typing on your side, but I can see why one would expect support...

I don't think it will grow in complexity at all, will add some tests.

Great work there! I like the concept, but the schema bloating concern is legit. I suggest requiring `:virtual` for `:derived_as`. It doesn't look as pretty but makes the intentions clearer...

I implemented the original issue proposal [here](https://github.com/elixir-ecto/ecto/commit/08477d6a6320cd70f563d228e607fee8db028b65). As anticipated, this approach causes a few problems: - it's not possible to indicate required fields. `%{}` is valid for `%{a: :string}`, for...

Not exactly a solution, but a workaround for the case this doesn't go anywhere, or for a quick fix: `preload` supports the `:on_preloader_spawn` option, which allows you to run arbitrary...