Tsegaselassie Tadesse

Results 14 comments of Tsegaselassie Tadesse

@mizzao I have a similar problem, closing browser for either _authenticated_ or _anonymous_ users doesn't do anything. However, for authenticated users, closing tabs triggers the `connectionLogout` event but not for...

I have the same issue as well, sharing my home directory is not recommended with Docker on macOS, CPU usage of `com.docker.hyperkit` sky rockets `+200%`. Would love to have a...

> Lando mounts the user directory mostly to have read access to things like SSH keys as well as the config folder we add to your user directory. @dustinleblanc is...

I feel the latest update (v3.0.26) has drastically improved the situation; now `com.docker.hyperkit` takes about `15%` CPU usage. Can anyone here also confirm this?

@joshuami the issue still stands :( Additionally, I don't think it's a Docker issue. I have been trying out similar tools but I have yet to experience the CPU spikes...

It looks like there is a similar issue opened in the Drupal project issues, https://www.drupal.org/project/console/issues/3166345

> I'm not entirely sure what causes this, or what we can realistically do about it. > > A reasonable workaround would be to install into a MySQL database, instead...

@phenaproxima I deleted the site from DDEV and re-created it. The issue is still there but here is some more information on it. ``` ddev drush cr In ExceptionHandler.php line...

Moving this further, I SSHed into DDEV and tried to dump the database to another new one: ``` sqlite3 .sqlite ".dump" | sqlite3 fixed.sqlite ``` This resulted in the following...

@MuhammadMurtaza thanks for providing the solution! You're a 🌟 @phenaproxima and @abhisekmazumdar thanks for the follow up, really appreciate it! 🙏🏾 I can also confirm changing the Docker file sharing...