Chua Chee How

Results 4 comments of Chua Chee How

The setting is turned on ([screen cap 1](https://rojakcoder.com/cap1.png)). As mentioned, Google seems to require re-authentication when Caddy boots up. I believe when I couldn't do so, Google flags it as...

I would love to know too. Can't find any documentation on this.

My workaround is to put an empty y-marker. ```JavaScript let linedatatest = { labels: ["May", "Jun", "Jul", "Aug", "Sep", "Oct"], datasets: [ { title: "Finiquito", color: "green", values: [0, 100,...

> For anyone running into this issue, try doing `npm run dev -- --host`. This is the solution when your extension is running on a different port. A typical case...