Rolando

Results 9 comments of Rolando

I have the same issue on Pop OS 22.04. I tried with: -opengl -vulkan -autoconfigure -safe None worked.

This is the log before the crash: ``` If replaying just the application cache, make sure to replay together with the common cache, as application cache can depend on common...

> Try Wayland. Open /etc/gdm3/custom.conf with sudo WaylandEnable=true log out and select the wayland environment I did it, it happed again :-(

Here is an example: https://github.com/insulineru/ai-commit/blob/fd8b79714d31ae0d32baa65874e07b7e5e778723/filterApi.js#L11C57-L11C71

Hola: Conocí que existía mysqlnd en la charla de Rodrigo Aguilera en la DrupalCampSpain 2013 en Cáceres: http://asociaciondrupal.es/es/content/vps-y-correr Puedes leer algo aquí sobre mysqlnd ;) http://hkmdev.wordpress.com/2011/04/13/mysqlnd-faster-than-php5/ http://blog.felho.hu/what-is-new-in-php-53-part-3-mysqlnd.html http://blog.ulf-wendel.de/2014/php-5-7-mysqlnd-memory-optimizations/ Salu2.

@ksk1kd Thank you for looking at this, yes I have: ![Image](https://github.com/user-attachments/assets/3c924230-dce3-4ce1-bde6-7cef304b5206) ![Image](https://github.com/user-attachments/assets/49471f9b-ccf1-4cb5-948e-64d87ce76d98) ![Image](https://github.com/user-attachments/assets/dac8429d-ccf1-463b-b81c-79d32b27ed1a)

I was debugging the code, and the `sites` variable is empty: https://git.drupalcode.org/project/next/-/blob/2.x/src/Plugin/Next/Revalidator/CacheTag.php?ref_type=heads#L53 It is later used here to invalidate the cache: https://git.drupalcode.org/project/next/-/blob/2.x/src/Plugin/Next/Revalidator/CacheTag.php?ref_type=heads#L68 I created a new field in my article...

If you use the light theme you will see [that](https://github.com/wxt-dev/wxt/issues/1683#issue-3089206190). Using light theme: ![Image](https://github.com/user-attachments/assets/6576ae45-ef92-4b3b-9a4f-e45bf514e5d4) Using dark theme: ![Image](https://github.com/user-attachments/assets/124a49f8-f060-49f2-b97a-7bf996536296)

Please check this patch: https://github.com/lando/core/pull/384 You can use the script like this: ``` lando db-import mybackup.sql mydatabase ```