Daniel Rampelt
Daniel Rampelt
If the server Hotel is proxying to is running on a specific port, that port should be used for websocket connections as well. Otherwise, it connects on port 80 by...
##### Expected behavior. After inserting an image, you should be able to continue typing text. ##### Actual behavior. After inserting an image, typing no longer works and pressing enter selects...
Since Kotlin 1.1 added [bound callable references](https://kotlinlang.org/docs/reference/whatsnew11.html#bound-callable-references), binding observables to UI actions can be simplified significantly, mainly using normal functions as actions instead of `val`s with the type `Func1`. Quick...