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...