Arunkumar

Results 88 comments of Arunkumar

Hi @sgowroji I am working on fixing the build failures on Windows.

Hi @ahumesky, windows test was failing due to different permission issue which I was not able to workaround hence disabled it for now on windows.

If I understand correctly, it tries to pickup `clang` which might not be present in the docker image. I changed to use `gcc` by ``` CppGenEnv: map[string]string{ "ABI_LIBC_VERSION": "glibc_2.19", "ABI_VERSION":...

Hello this can happen if there is an Android library module without AndroidManifest.xml present with package name. Could you please verify if all modules have AndroidManifest with package names present?

We need to run a validation and a descriptive error instead of failing like this.

In one of the recent releases Grazel had a hard dependency on `bazelisk` since `maven_install`'s artifact pinning was enabled by default. You can disable artifact pinning by setting it to...

I am currently working on v2. I will be providing an interface `SuggestionSource` which you can implement with your custom source. Once v2 is ready (which I don't have a...

If you are looking how to use a custom source in v1, you can refer sample implementation here. https://github.com/arunkumar9t2/lynket-browser/blob/master/android-app/app/src/main/java/arun/com/chromer/search/suggestion/SuggestionsEngine.kt

I just published [Compass](https://github.com/arunkumar9t2/compass) which provides set of APIs to integrate Realm with Jetpack Paging 3. The API looks like this: ```kotlin val pagedPersons = RealmQuery { where() }.asPagingItems() ```...

Thanks for the report, I will check.