Viacheslav Blinov

Results 19 issues of Viacheslav Blinov

Most likely bug is caused by incorrect calculation of UI element position due to Retina. See video for a reproduction. I used an example code from the readme.md https://user-images.githubusercontent.com/820057/183709276-7f04556c-5cc8-4ad5-b405-e5fde9a16b60.mov

I'm trying to run an example from the readme.md of the engine on a mac. The button text looks really fuzzy. Looks as if some antialiasing is missing. Most likely...

### Feature description Hello. I was migrating my pretty old project to latest micronaut and stubled upon the fact that CommandLineParser became private. There is a replacement in form of...

status: awaiting feedback

If property of type object does not have any ref or common id, I think is't better to create inner public static class Instead of package level classes. This way...

enhancement

Hi. I'm trying to change the text in my view via `DSL.text(CharSequence)`. Sometimes text can be null, which seems to be incorrectly handled by library: ``` java.lang.IllegalArgumentException: method android.widget.TextView.setText argument...

**Describe the bug** I added my PC, and then I select it it asks for PIN. After entering PIN,moonlight displays error: ``` Failed to load apps Press "Retry" button to...

minSdk = 26 covers 80% of the devices according to play market stats. While it might work for some projects, it will not work for others. Is there a specific...

**Describe the bug** I was debugging my issue with being unable to override a bean from other module for quite a long time and stumbled upon a core reason being...

## What happened? Recently upgraded my project to Gradle 8.1 and now it crashes on configuration stage: ``` * What went wrong: Configuration cache problems found in this build. 3...