Abdessamad (Almo) Idrissi
Abdessamad (Almo) Idrissi
This bug freezes the editing on a Twig file. I was typing ` {% set migrationId = app.request.get('migrationId'` but couldn't finish as the editor is frozen. I had to modify...
No need to add `` as this will be automatically added by the admin if the entity accepts editing.
This fixes issues like https://github.com/EasyCorp/easy-deploy-bundle/issues/87 ``` Unable to read the "... .env" environment file. in ... ``` Tested on Symfony 5 with PHP 7.4
Here: https://github.com/EasyCorp/easy-deploy-bundle/blob/f6c45c2c874ba85e0ec584a8942fd796f956a0aa/src/Deployer/DefaultDeployer.php#L289 We just `touch` the shared files but the local content of those files is not copied. Which means we have to manually SSH to the server and copy/past...
This is not really an issue rather, a feature request :)
With latest updates of Vagrant, I get this error regarding [this line on `tasks/configure.yml`](https://github.com/viasite-ansible/ansible-role-zsh/blob/master/tasks/configure.yml#L25:L32): ``` TASK [zsh : Check commands exists] ********************************************* [DEPRECATION WARNING]: Using tests as filters is deprecated....
This role contains some removed variables that don't allow MySQL server to run/init: ``` query_cache_type query_cache_size query_cache_limit innodb_large_prefix innodb_file_format ``` Checking the `sudo cat /var/log/mysql/mysql.err` file: ``` ... 2022-04-03T17:41:40.978362Z 0...
➜ phpbrew phpbrew use php-7.4.28 results on: ``` PHP Deprecated: Return type of CLIFramework\CommandBase::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to...
I'm using this module inside requirejs and I don't know what I changed and now I get this error: ``` datepickk.js:1146 Uncaught TypeError: Cannot freeze at Function.freeze () at Datepickk...
I cannot run this role on Ubuntu 20.4 : ``` TASK [supervisor : Ensure Supervisor is installed.] **************************** fatal: [snfreports-com]: FAILED! => {"changed": false, "msg": "Unable to find any of...