Denis
Denis
@wadehuang36 I'm not sure about the core package, but you can use `bind` from `kovenant-functional`. I wish the function was called `flatMap` instead of `bind`.
I think the problem is this line in `ActionButton.js`: ``` actionButtons = actionButtons.filter( actionButton => (typeof actionButton == 'object') ) ``` Since `typeof null` returns `object`, `null`s are not filtered...
Hey @loicdescotte Do I understand correctly that everything can be compiled with Scala 2.13 except for macro-related things like HList and Show? It seems that Macro Paradise is becoming abandoned,...
Hi @loicdescotte , This is indeed more, but it still looks doable (although I have zero experience in writing macros and no authority :)). If I understand correctly, macro annotations...
@loicdescotte Awesome, thanks!
Yeah, I used to inject the data in the `onEnter` callbacks, but then I found that it isn't necessary. Initially, I also had a `noscript` issue on server, because I...
Looks like the server itself (http://noelwelsh.com) is down, but for a project that hasn't been updated for 5 years that's not very surprising.
Yeah, it's difficult to find the source of the problem as many Java libraries list SLF4J API as a dependency. Apparently, the previous version of Vert.x (the one that I'm...
Interesting idea. Please contact me via this form: https://leanpub.com/modern-web-development-with-kotlin/email_author/new
Oh, nice catch! Thanks :+1: