Omer Sabic

Results 8 comments of Omer Sabic

What you can do as a workaround is to use the "find" feature in your file explorer and then search for all .po files, then select the results and copy...

I also get the following warning when using the LEMP recipe (tested with PHP 7.4, 8.0 and 8.1): ``` Xdebug: [Config] The setting 'xdebug.remote_autostart' has been renamed, see the upgrading...

Do you have an updated version for your pull request?

Hi @stephang, it's been a year, have you been able to resolve this?

Still getting this on 0.2.54, solved by specifying the workflow file as suggested by @provEdgardoGutierrez. Gives warnings: ``` gh act -j phplint -s GITHUB_TOKEN="$(gh auth token)" ``` Works normally: ```...

It seems your MariaDB version is too old. [UUID column type](https://mariadb.com/kb/en/uuid-data-type/) support has been added in 10.7. So consider upgrading MariaDB to at least 10.11, which is the next currently...

I don't use MySQL but it appears the UUID column data type is not supported at all in any version :shrug: They [show](https://dev.mysql.com/blog-archive/mysql-8-0-uuid-support/) using BINARY(16) as an equivalent. I think...

Another vote for versioning 🙂 IMHO just publishing the previous version docs somewhere as an archive would be enough.