Jakub
Jakub
So, it took a while but I have rewritten the documentation and ported it to VuePress. I hope the structure is a bit better and a few more examples. If...
Right now I have to deploy the `vue-press` documentation manually with the [deploy script](https://github.com/apertureless/vue-chartjs/blob/develop/deploy-docs.sh) This should be handle by the CI.
Would love accessibility featues like in gitbook, where you can set - Fontsize - Font Family - Color Themes 
According to the docs there are pie charts: https://mermaid-js.github.io/mermaid/#/pie Example taken from docs page: ``` ➜ cat pie.mmd pie title Key elements in Product X "Calcium" : 42.96 "Potassium" :...
```bash ~/Projekte/Privat ❯ vue init kazupon/vue-plugin-boilerplate hello-plugin ? Plugin name hello-plugin ? Plugin description hello-plugin ? Initial version 1.0.0 ? Author Jakub Juszczak ? Development main branch name dev ?...
Hey, I think the scripts needs some kind of powermode, where it uses the items pretty fast. The thing is if you start playing around 9 am, after the reset...
### Description I have deployed the supabase application, mostly with default settings. In order to push db migrations from the location supabase instance, I need to specify the `--db-url` ```bash...
Hi, would be great if you could make it installable trough npm. However there is a package with the same name, which will cause some confusion: https://www.npmjs.com/package/vue-calendar I installed that...
Based on #6 --- Currently after running the mutations (create todo, mark as done etc) a post notification is shown. The notification is shown regardless of the result of the...
Improvement would be besides the `find` command to have a `list` command that shows up all available pending todos. --- Looking into to modify the `find` command and see if...