Al Munnings
Al Munnings
Using vue-chartjs it works with the following example: ```js import { Doughnut } from 'vue-chartjs'; import ChartPluginLabels from 'chartjs-plugin-labels'; export default { name: 'ChartDoughnut', extends: Doughnut, props: { chartData: {...
Observed this error with an empty `users` config. eg: ``` const auth = { challenge: true, users: { [null]: null } } ``` My fix was... adding credentials 🗡️
Same thing happened to me, Normal auto-update of docker, ☠️ @faddah and I have had some luck re-installing rosetta, before installing docker. Perhaps there is a hint in the response...
You can avoid creating rogue .ssh paths by using an absolute path as the value... eg home: '/Users/al/.lando-home-jail' then it'll go and create the .ssh dir in that root. the...
Works fine with Drupal 8 and Graphql 3.1
This appears to be working for me. ```yml tooling: drush: service: appserver cmd: /bin/sh -c "drush --root=$LANDO_WEBROOT --uri=https://$LANDO_APP_NAME.lndo.site $@" "$0" ```
Just kinda stumbled on this. You might have some luck with the below ```yml services: chrome: type: compose app_mount: false services: image: drupalci/webdriver-chromedriver:production security_opt: - seccomp:unconfined command: chromedriver --verbose --allowed-ips=...