[elm-discuss] elm-outdated

2017-09-30 Thread Fedor Nezhivoi
Hi folks! Those of you who are writing production applications probably have to look after outdated dependencies from time to time. Usually it’s a bit of a pain since there is no built-in way in elm-package to check that. So I’ve made a small tool

[elm-discuss] elm-outdated

2017-09-30 Thread Fedor Nezhivoi
Hi folks! I was a bit tired of looking for outdated dependencies in my project manually so I created a small tool to help with that. Output is somewhat similar to `npm outdated` or `yarn outdated`. Here is example output for `elm-spa-example`: ```

[elm-discuss] Re: How do you handle dependencies between updaters?

2017-03-21 Thread Fedor Nezhivoi
> for example the User Profile model might need data from the Session model This is probably the biggest issue with how people used to do it in Redux. If you read it closely then you'll see that your data is dependent. By separating it between modules you do not make it in decoupled, you just

Re: [elm-discuss] Re: Teaching children Elm

2016-10-10 Thread Fedor Nezhivoi
aen...@gmail.com> wrote: > 2016-10-10 10:18 GMT+02:00 Fedor Nezhivoi <gyze...@gmail.com>: > > @Javis, do you have any plans of having an English translation? > > Unfortunately, from my side this is only going to happen if I give the > course to a group of youths that sp

Re: [elm-discuss] Re: Teaching children Elm

2016-10-10 Thread Fedor Nezhivoi
Increment and Decrement me." and end up with a room of > people yelling "Up" and "Down" with me going "4! 5! 4! 3!". Then we'll code > it. > > Just thought your 14-16 yos might find that fun and illustrative. > > On Tuesday, October 4, 2016 at 6

[elm-discuss] Teaching children Elm

2016-10-03 Thread Fedor Nezhivoi
Hello folks, Evan, Richard and the whole community as well as Elm language itself do a great job in teaching community. If you are staying with this community for a long time, you probably already can notice some improvements in your understanding of programming, API design, abstractions

Re: [elm-discuss] one message calls two messages

2016-05-26 Thread Fedor Nezhivoi
; "Elm Discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to elm-discuss+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Best regards, Fedor Nezhivoi. -- You received this message beca

Re: [elm-discuss] Announcing elm-lang/navigation for "routing in single-page apps"

2016-05-26 Thread Fedor Nezhivoi
Groups "Elm Discuss" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to elm-discuss+unsubscr...@googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. > > -- > You received this message because

Re: [elm-discuss] Decode fails on empty string

2016-05-17 Thread Fedor Nezhivoi
>> "Elm Discuss" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to elm-discuss+unsubscr...@googlegroups.com. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You rece