lorenzfischer

Results 5 comments of lorenzfischer

I'm a bit late to the party here, but I got this done by using a custom middleware. I hope this helps! ``` class StatsPrinter(object): def __init__(self, user_agent=''): self._last_print =...

> I'm having the same problem until I assigned a dynamic id in ReactTooltip and data-for the element. I tried this, but it didn't help with the performance. I think...

> This is still happening to me and the last suggested fix by adding the WRITE_EXTERNAL_STORAGE did not work either (Android 11). Any updates on this? .. there is a...

Just in case someone else is suffering through the upgrade, here's (part of) what I had to do to get Play 2.6 to run: In the controller, I had to...