George Mihailov

Results 38 comments of George Mihailov

:+1: for full backup and restore

According to the documentation https://github.com/fmcorz/mdk#backup you have to use named instance in order to make a backup. It could be used without strict directory structure? ``` cd my_moodle mdk backup...

https://github.com/wand2016/vue-calendar-heatmap/commit/d75fc106b0d995965f7c597337baed6b9caf74de ```HTML ```

Filter events (or prevent tracking) dynamically based on the business rules.

Server-side (analytics-node) is different from the source middleware that we use already. Not sure what you mean.

The client (browser) library has middleware functionality, I thought it would be logical to port the same approach to the server side. My issue is that I need to filter...

https://github.com/Seungwoo321/vue-pivottable/issues/14

What to do with 3-rd party components that don't expect SSR context? Tried https://vuejs.org/v2/guide/components.html#Dynamic-Components without success. UPD: a good article on this topic https://medium.com/@codebeast_/why-your-third-party-plugin-dont-work-in-nuxt-and-how-to-fix-it-d1a8caadf422 Is there a theoretical way to...

I think the issue is that it attaches to the axios instance, and if you use axios as a singleton, then running in parallel will cause inconsistency. I ended up...

We are looking for Vue3 compatibility as well. @Seungwoo321 consider setting up a sponsor page, I'd be happy to support this. Update: apparently sponsorship works per user and not per...