Karol Gusak

Results 9 issues of Karol Gusak

I figured that in my compilation problem with gradle 3.0 described here [1] the reason is in fact funktionale. I cannot pinpoint it any further but I suppose it's a...

**Describe the bug** I think the interception broke again with AppCompat 1.2.0. My libraries versions: ``` implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'androidx.core:core-ktx:1.3.1' implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.material:material:1.3.0-alpha02' implementation 'androidx.constraintlayout:constraintlayout:2.0.1' implementation 'androidx.navigation:navigation-fragment:2.3.0' implementation 'androidx.navigation:navigation-ui:2.3.0'...

bug

Something is wrong when adding atomicfu to a Kotlin Native MPP project: ``` > Task :common:compileKotlinIos FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for...

Hi guys! I'm interested in AndFix but i can't find any up to date info about the status of this project. Is it usable in production? What are the biggest...

It seems like the interception breaks with the newest libs. Here are my libraries versions: ``` implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'androidx.core:core-ktx:1.3.1' implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.material:material:1.3.0-alpha02' implementation 'androidx.constraintlayout:constraintlayout:2.0.1' implementation 'androidx.navigation:navigation-fragment:2.3.0' implementation 'androidx.navigation:navigation-ui:2.3.0'...

A fresh install of ubuntu 16.10, make, getting this: ``` g++ -o g13d -std=c++0x \ g13_main.o g13.o g13_log.o g13_fonts.o g13_lcd.o g13_stick.o g13_keys.o helper.o \ -lusb-1.0 -lboost_program_options \ -lboost_log \ -lboost_system...

Maybe I did something wrong, but I couldn't use commands like "git bug" as they were not visible (I was getting "not a git command" error). I just added the...

I have the branch names like name-storyid (so the opposite than default). My branch name starts with "10", and on finish I got an error: ``` Marking Story 10 as...

bug

Situation: - project works fine when running in ios simulator (localization works) - once compiled to ios-framework and included in an ios app as a view, suddenly the view won't...

help wanted