steinrr

Results 6 comments of steinrr

I have the same issue in the 2.15.1 version. On Macbook it is fine to scroll vertical/horizontal using two fingers. With external mouse I cannot find a way of scrolling...

Tried with --privileged and that worked fine. But I guess it should not really run like that? There is no direct need for it technically? And a totally unrelated question:...

OK - thanks for the information and help with this issue. Maybe a note in dockerhub could prevent other PI-users to struggle with this?

I did some more testing. I removed those two deprecated config entries, and changed from .returnResource to .close. It still works fine, but now I am seeing these in the...

@yangbodong22011 I already did rewrite to using close instead of return. BUT the issue is not this part of the code - it works as expected and does as I...

Yes, the error happens after I have used jedis.close() (many minutes after). The app is run in an Azure app service, so it is not easy to debug the TCP...