Patrick Heeney
Patrick Heeney
This looks great. We could modify the `COMPAT` object to have the full path to the component. `'adguard-dns-info': '@/components/Widgets/AdGuardDnsInfo.vue',`. Then when declaring `customWidgets` the `component` could be `component: @/any/src/NewWidget.vue` so...
I experimented with the vue bundles a little bit trying to figure out the precompiled route. I tried exporting as wc and a lib. Because of the optimizations and bundle...
@Lissy93 Would you be able to share some insight as to why this was closed? No longer interested in the feature, pursuing a different implementation, etc? Thanks!
Same on Version 4.6.6 (422). Anyone find a workaround or alternative software for sqlite over ssh?
+1 for this, but its actually a lot more simple. Just need to tie in with npm's cache instead of installing to `node_modules/.tmp`. When installing a second time, it just...
@PFischbeck The former I think. I expected this output: ``` Black Vinegar Lime Juice Chili Powder ``` but instead I got the result on the right: ![Screen Shot 2022-08-22 at...
This would be simple to add right? ``` - name: MySQL | Configure MySql for easy access as root user template: src: root_dot_my.cnf.j2 dest: /root/.my.cnf owner: root group: root mode:...
+1 This is the only role that has this on my end as well. It is generally done in a `common` role or in your playbook. The `mysql` role should...
Thanks for the background and explanation. I just want to clear a few things from my previous post. I was not proposing any sort of solutions, but rather discussion the...
I have put together a sample playbook for testing native ansible hooks here: https://github.com/patrickheeney/ansible-hooks . I currently have no need for these native hooks any longer since I created a...