Tomek Polański

Results 5 issues of Tomek Polański

When focusing a text field like this: ![ezgif com-video-to-gif (1)](https://user-images.githubusercontent.com/1532227/67667674-9ac79280-f96e-11e9-8170-f7a3721065e2.gif) Pressing `del` button, deletes the image instead of the `-` character

How about showing in README first how kotlin would do it's null mapping, something like this: ``` getCurrentUserId() ?.takeIf { it.isNotEmpty() && it != "Invalid Id" } ?.let { getCurrentUserFromDatabase(it)...

enhancement

**Description** On the web, we can put the browser into full-screen mode to hide the window's title bar and only show the presentation's content. On the desktop, this is impossible...

enhancement