Denis T.

Results 5 issues of Denis T.

This behaviour was introduced with alpha-05 update. Steps to reproduce: 1. Tap on text field. 2. Enter some text. 3. Tap away, so it loses focus. 4. There is no...

Hey, it looks like the filling of immutable data classes is not currently available as: ``` RandomData.java if ((f.getModifiers() & Modifier.FINAL) != 0) continue; ``` Perhaps setting field to non-final...

Hello, the DateGenerator class would benefit from additional null check: ``` @Override protected Matcher getDefaultMatcher() { return f -> f.getName().equals("date"); } ``` to ``` @Override protected Matcher getDefaultMatcher() { return...

bug

Hello, is there any way to change Qt Quick Controls style, besides using enviroment variable? I can't find any way to pass arguments to Qt and binding for QQuickStyle::setStyle() is...

bug

As discussed here: https://forum.nim-lang.org/t/3077 Added: + Replacing files in zip + Renaming/removing + Ability to switch between deflate/store method + Fixed path issues on Windows + static link by default...