Jason

Results 11 comments of Jason

Eek.. ok. That looks like a bug :/ I'll add it to the list

What do you mean "detect scroll?" The center X,Y coordinates of the image are available via the getCenterX/getCenterY methods. You could check these when the image is first rendered, then...

I know this is an old thread, but do you have a stack trace? Most likely this is not a problem with the GestureImageView but I'd like to make sure

There is a sample in the demo app that shows this working (ScaleType CENTER Large). Are you saying it doesn't do what you would expect?

**Update:** Running after the guidance on setting up X windows in WSL _doesn't_ actually resolve the error, it just happens a lot later (process blocks for a minute or so,...

I think I have tracked down the cause of this. The problem occurs because IndexTank is expecting the InMemoryStorage instance to be in a particular state after startup however depending...

Follow up... The default implementation of the EmbeddedIndexEngine seems to only allow the use of this InMemoryStorage instance: Snippet from EmbeddedIndexEngine ``` switch (storageValue) { case RAM: storage = new...

This flag has changed in latest gcloud (FYI) `--include-ignored-files`

Still an issue. I wonder how many users are NOT using the app because they can't login 🤷‍♂️

There's a PR for this https://github.com/sbarski/serverless-calculator/pull/15