aviadmini

Results 13 comments of aviadmini

I solved by making a fresh gradle build with commands: clean assembleDebug

This is by design. Multiple image pick is only supported for documents source. When picking multiple sources it doesn't allow you to pick multiple from documents because other sources don't...

There is only one call that allows you to get multiple images result and it only works with **documents pick source** (Android API limitations): `PickRequest.fromDocuments(pAllowMultiple)` where parameter value is set...

It seems that changing to `android:clickable="false"` worked.

You can also call onKeyDown of MaterialIntroActivity directly with KEYCODE_DPAD_RIGHT

I was unable to get that to work. Even if basePath is correctly set up (as shown by querying `.../_db/_system/_admin/aardvark/config.js`), login page doesn't direct auth requests to correct path

Yes it was installed first time on this computer. ArangoDB itself works just fine when launched as console app, but service fails to start. My OS locale is en_US Tell...

I cannot start the service from any of the options above - each attempt results in the error above (I look up the error in Event log) I can start...

I've checked it, and it looks like it's not applicable for `single` scope, only separately created scopes.

@izhan did the version downgrade work? I most likely am facing the same issue in one of the edge cases: when app tries to load and if Supabase backend is...