Randall B
Randall B
I wonder if this issue stemmed from some kind of caching going on as well as the double counting. I recall at first I had the storage set higher to...
> It feels like the real bug here might be not clearly explaining the limitation that is being hit? I was thinking that too. It would be helpful if it...
edit: I was about to explain a new finding, but nvm, that was human error.
Here is my Dockerfile. > FROM ruby:3.1.4-bullseye > > RUN gem install 'aws_lambda_ric' > ENTRYPOINT [ "/usr/local/bundle/bin/aws_lambda_ric" ] > > RUN mkdir /app \ > && groupadd -g 10001 app...
Update: tried to use a confirm() again. It is still very distorted (and the Yes/No buttons don't display text). Not slow right now, so perhaps that part was fixed? 
I'm running into the same issue with handling the window closing. Did you manage to handle this situation @simonbuchan? Did you modify webview exit function as suggested or something different?
How difficult was that switch? Would you recommend that? @simonbuchan
I had the same question. No response yet it seems :cry:
This must be the same issue I'm running into https://github.com/Boscop/web-view/issues/296
I wonder if you can help me understand what the implication of this is. Does this mean the Ubuntu 20.04 version of the app should be coded differently? Or is...