Gregory Gaskill
Gregory Gaskill
Yes, please apply this pull request to fix the exploded toolbar!
It might not be necessary to have a task for this. As of CakePHP v3.3.0 clearing the cache can be accomplished out of the box with capcake by running: ```...
Also tested: removing the plugin prefix does not break capcake's migrations with CakePHP v3.4.x and migration plugin v1.6.x.
@jadb just checking in to see if this project is still maintained/active.
I've run into the same issue, and can confirm explicitly installing `php-http/message-factory` fixes it (for now). However, the `php-http/message-factory` [repository](https://github.com/php-http/message-factory) has been recently deprecated/archived, stating: > The PHP-HTTP factories have...
Thanks for the tip, @fuery. I also ran into the same problem, and got around it by removing `getpass.getpass` on [this line](https://github.com/IQSS/redmine2github/blob/master/src/settings/local_sample.py#L20) of my config file and using a personal...