Ken Yee
Ken Yee
The workaround I described works in our QA testing so far :-)
Thanks...not obvious...surprised using "references:" worked...seems like I should be using what you suggestd. Is there any way to turn off the schema bit that's generated as well? the "public." prefix....
Yep..this is a dup of that. Missed that because I was looking for Postgresql. I added a note to that issue indicating it's not solely affecting AWS. Would still like...
thanks...no longer working on that project...actually ended up using sql because it felt like I was fighting the code generator (this project only would use postgresql anyways).
this is also an issue w/ postgresql on GCP CloudSQL or even on a local Postgresql database FYI. Maybe "references:" should just be removed?
I can try doing a PR...should just able to copy the assertAny code for the most part :-)
+1 for a flashlight control...or give us access to the CameraView layer so we can get to it...
I thought the new camera sharing API in Sceneform 1.7 would have helped but didn't see anything that would work there...
hmm...could be related to the use of a gridlayout and constraintlayout fit sizing...image width/height is zero in the viewholder bind... If I do this, it semi works but then you...
this seems to work: ``` image.load(it.imageUrls.small) { crossfade(true) blurPlaceHolder(it.blurHash, blurImageSizePx, blurImageSizePx, blurHash = blurHashHandler) { coilImageBuilder -> coilImageBuilder.build() } } ``` but it's fairly slow generating the blur hash so...