erikbaan

Results 15 comments of erikbaan

you should use the `mobile_detect.device_view` helper with method `isMobileView`

update the options object you are using to create the datepicker ui-date directive. Dont directly apply your changes to the element/jquery.

I'm running into the same "Can`t find meta" error, using a CTE. This is caused by the following code in `ClickHouseStatement.processViaSMI2` : ``` $this->rows = stripos($sql, 'select') === 0 ||...

In my case, the username property in my User entity was emptied in the eraseCredentials method. This resulted in a `Invalid JWT Token` message as well, because of failing in...

Same happening to me with 4.0.13. This happens every time after inactivity for +- 15 minutes.

Some extra info: this issue happens with both PHP 8.1.2 and PHP 8.1.13. After disabling opcache, the problem has not occured anymore (so far so good). So it seems like...

Thanks @Seldaek for pointing to that fix. Unfortunately it's hard to test a dev version in production for us. At least I can confirm that I haven't seen this bug...

same thing here. Especially weird that it happens a few seconds after a timeout, so it seems the app returned to a normal state, and then suddenly crashed anyway.

This is consistently happening to me. After inactivity for +- 15 minutes, the selected database is lost, and a random database (from the same connection) is in use. Has been...