Pedro

Results 21 comments of Pedro

They're commenting about making it in node instead of ruby as well, a json per commit will be a huge file/chunk of files, maybe is better to generate a contributors.json...

Opened https://www.drupal.org/node/2431511 to see if there's some way to get the json for a user by the name and not the id.

This seems to be a known issue with Chrome 66, but I'm struggling to find how to workaround it, more details: https://github.com/GoogleChrome/puppeteer/issues/2242 https://github.com/OnetapInc/chromy/issues/110

It'd be also great if that setting was able to be exposed close to the search input :)

Related https://github.com/contentacms/contenta_docker

Wow that's looking fantastic @Mogtofu33, maybe @e0ipso should consider making that one the main contentajs repo :)

This is probably too late to answer but I was stumbling on this too, I think your code should be more like: ``` actions: { // callback required for async...

Not super proficient in Ember yet, run.later helped for a use case I had, I guess you can do resolve/reject directly?

Maybe prune is a bit drastic, but removing the volumes and containers to ensure everything is rebuilt? or `--force-recreate` in the docker-compose would work as well?

I got why this is failing, this is part of what I mentioned on https://github.com/contentacms/contenta_docker/issues/21 about making the install more robust. What was happening is that the php container was...