Oleg Semen
Oleg Semen
- [x] I have searched [existing issues](https://github.com/google/flexbox-layout/issues) and confirmed this is not a duplicate ## Issues and steps to reproduce I don't really know what exact conditions cause this. I...
In kotlin multiplatform project for mobile (Android/iOS) when I add `org.jetbrains.kotlin.frontend` plugin like this ```gradle plugins { id ("kotlin-multiplatform") version "1.3.20-eap-100" id ("org.jetbrains.kotlin.frontend") version "0.0.44" id ("com.android.application") } ``` build...
Hi, I'm trying to set date next way: ``` Jva calendar.getManager().selectDay(new LocalDate(y, m, d); ``` It changes date but changes are not reflected on UI until I start expanding view....
Hi, I notice one thing which is probably related to days count in February when it is not leap year. For instance February 2015 ends with Sunday 29th and March...
There is a line in `Main.java` that states it deletes output dir but deletes project instead. https://github.com/alexzaitsev/apk-dependency-graph/blob/bc7d4b47ec8e7580044bb53b5c24f6b79279c10c/src/main/java/com/alex_zaitsev/adg/Main.java#L35 ```Java // Delete the output directory for a better decoding result. if (FileUtils.deleteDir(arguments.getProjectPath()))...
Locatunnel looks exactly like what I need to be able to overcome CGNAT to make my HomeAssistant reachable from the internet (at work, сafe or anywhere else through LTE). But...
Sample projects have dependencies to common module. It would be much better to have a standalone sample projects.