Ivan Rublev
Ivan Rublev
Hey @zetaron, Thanks for the PR. I see that it checks that all projects in the umbrella run the `:elixir` compiler. Doesn't the `:domo_phoenix_hot_reload` run on a per-project basis in...
Hey, Thanks for the example project. I'll be able to have a look tomorrow.
One of the possible ways to go from bounded context definitions to code is to play with your domain model in code. Many modelling practices are to get a common...
Hey folks, I'd like to spotlight a mob retreat day that will happen online with Munich Software Craft Community (in English) https://www.eventbrite.com/e/joint-mob-retreat-day-with-munich-software-craft-community-tickets-102532056140 It's not Elixir specific, the same time it's...
Hey @zetaron, Thanks again for the example project and PR. Based on that I released version [1.5.9](https://hex.pm/packages/domo/1.5.9) which fixes the issue. Please, let me know if it works for you.
Hmm. Indeed Domo treats [a | b] as [a] | [b]. https://github.com/IvanRublev/Domo/blob/master/test/domo/type_ensurer_factory/resolver/or_test.exs#L200 I agree the better will be `[a | b] -> [ all possible combinations of a and b...
Hey @rslota @bamorim, as they say, it's better later than never 😄 Please have a look at version [1.5.15](https://hex.pm/packages/domo/1.5.15) which supports sum types well, and in particular as a list...
What do you mean under safe and non-safe store?