Pedro

Results 21 comments of Pedro

I've updated both composer and moved to a more modern mode to install drush using cgr on https://github.com/contentacms/contenta_docker/commit/80a41a1f2506636e5fcd3daf3e45b7cc14165b9b, could you confirm this is fixed?

I must be missing something because according to the commit above and this https://github.com/contentacms/contenta_jsonapi/commit/a8cd75b38e42575460d2875f30a829eb186b21d2, there should not be a need for global drush, maybe we should explore why local drush...

Thanks! Feel free to do a PR and add it, mutagen is a great tool :)

Would including mailhog in docker compose solve this issue?

I have not really tried the https workflow, it'd be awesome to fix it/document it, PR's are very welcome :)

I've done something like this to remove the group tab from those nodes that don't really use it for my use case: ``` /** * Implements hook_menu_alter(). */ function hr_core_menu_alter(&$items)...

I think maybe you could break this PR in smaller ones and we can get in some of the changes you're proposing? Many thanks for working on this! 💪

I can confirm that this has happened to me occasionally and restarting colima frees the 8025 port.

[Enter steps to reproduce below:] 1. ... 2. ... **Atom Version**: 1.4.3 **System**: Mac OS X 10.10.5 **Thrown From**: [Tern](https://github.com/artoale/atom-tern) package, v0.8.0 ### Stack Trace Failed to load the Tern...

IMHO rather than doing the whole update check on every request, we could use cron to update a state, or at least restrict running this once an hour?