Dmitry Suzdalev

Results 94 comments of Dmitry Suzdalev

I wonder if this crash still happens on the latest version of this library. I see that @commonsguy has removed `RequeryCompatTestSuite` from the testing project, maybe I need to try...

This file was actually handed to me by our designers. Who use Sketch to import these SVGs. I suspect they'll be reluctant to change this by hand :) But it's...

By the way, probably related issue happens for me with 100% reproduceability on any widget with rounded corners. Here's what I see after start: ![image](https://user-images.githubusercontent.com/42920/196306246-38210723-d160-44fa-b889-e0ef64931b06.png) Note that what's different from...

I can confirm: with this commit I have no more rounded corners artifacts I described in https://github.com/fjvallarino/monomer/issues/173#issuecomment-1281654946. Nice and clean now! :+1:

I also vote for this feature. Working on an app which will render lines of text each of which can be interacted with independently (having it's own styles/hovers etc), currently...

> I think I will add mutiplatform plugin to gradle files, so users will be able to build library for targets they need theirselves. I've switched few of my libraries...

I found [this comment](https://youtrack.jetbrains.com/issue/KT-17456#focus=streamItem-27-2114193-0-0) about adding `-Xplugin tools.jar`, not sure if it applies here.

For now I managed to solve this by adding ``` .withClasspath(URLClassLoader.newInstance(arrayOf(File("/usr/lib/jvm/java-8-jdk/lib/tools.jar").toURI().toURL()))) ```

It may have to do with the java I'm using. Host JDK is 1.8 (to be able to run android studio). But general `kapt` tasks in all my projects work...