Dariusz Baciński

Results 8 issues of 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

https://www.postgresql.org/docs/current/datatype-net-types.html Would be great to support postgres network types inet cidr macaddr Should be fine to treat it as String.

### 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...

feature

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...