Michal Skrzedziejewski
Michal Skrzedziejewski
@jkutner Yeah, you are right about the `build` dir, and I was gonna mention that, but forgot about it. To be precise, the `build` directory itself is not required, but...
@jkutner I did some more tests and, unfortunately, achieving incremental builds might be difficult with current Heroku build system, which makes a new, differently named directory for each build. Even...
@jkutner Yeah, I think GRADLE_CACHED_DIRS would be good. I just hope it conveys the intent well - Gradle has build cache and it would be bad if ppl confused that
Yes. The default demo project is working as expected, and so are other demos that I tested. Everything works including reload etc. Do you know why your app does not...
@frankfliu thanks on the info on the offline mode, I'll take a look. I'm wondering tho, why the system property is named just "offline" as opposed to, say "ai.dj.offline". It...
@vedranstanic82 @dimaloop @cherfia There is better way to do it - per request. `val result = client.searchTextCallable().call(request, GrpcCallContext.createDefault().withExtraHeaders( mapOf("X-Goog-FieldMask" to listOf("places.displayName", "places.id")))) `