Dariusz Baciński
Dariusz Baciński
Migration findings and solved issues: - Java `protected` (package-private + inheritance) != Koltin `protected` (private + inheritance) - there is no `package-private` scope to hide classes inside of package and...
**Description** After update of meilisearch from 0.27.2 to 0.28.0 updating of index primary key has started failing with NPE `meiliClient.updateIndex("indexName", "productId")` ``` Exception in thread "main" java.lang.NullPointerException at java.base/java.io.Reader.(Reader.java:168) at...
In pubspec `mockito` is declared as `dependency:` instead of `dev_dependency:` It should be like this: ``` dev_dependencies: mockito: "^3.0.0" ``` It is causing dependencies resolution to fail: https://github.com/vitusortner/floor/issues/195
### Description I have a column with array type :tags INT[] and I need to check if array contains any of elements WHERE tags @> :tags It is essentially IN...
I need a simple way to convert Optional to Observable. To do that i have added toObservable method which expose internal observable. Converting to Observable without this method is very...
It would be nice to use tools from your examples as a gradle dependency: `androidTestCompile 'com.github.dannyroa:espresso-samples:0.1'` This can help: https://jitpack.io/#dannyroa/espresso-samples
This PR adds an option to set external user id per device which is available in the API but not in this lib. It works in our project for some...
I have a very big layout and compilation fails with: Caused by: java.io.FileNotFoundException: /projectl/build/classes/kotlin/main/com/example/OrderViewKt.class (No such file or directory) exception: java.lang.RuntimeException: Error generating class file com/example//OrderViewKt.class (compiled from [/kotlin/adminPortal/src/main/kotlin/gt/kemik/adminPortal/orders/orderView.kt]): Method...
Library is declaring in manifest two permissions READ_MEDIA_IMAGES and READ_MEDIA_VIDEO https://github.com/esafirm/android-image-picker/blob/main/imagepicker/src/main/AndroidManifest.xml#L10 There is a new policy on Google Play not to use READ_MEDIA_IMAGES and READ_MEDIA_VIDEO if it is not core...
It would be great to add api 36 to images matrix it was relased in March 2025: https://developer.android.com/tools/releases/platforms#16 ``` { "api": 36, "build_tools": "36.0.0" } ```