Results 24 comments of Thomas Michiels

i would realy love to use this feature in order to have a seperator between multiple contents explained: you have a `` tag, and between each element, i would like...

@blizzardsolution i ended up using [vuex-persist](https://www.npmjs.com/package/vuex-persist) instead of using vuex-persistfile. As filestorage is not implemented by default in that package as it is meant for browsers, i combined it with...

if anyone figures out how to make this package works, let me know, i will gladly simplify above code to 3 lines XD

@blizzardsolution if you want, i'm planning to revamp this to sqlite3 instead of json storage for performance reasons. If you want we can try and make a plugin from it,...

you actually have a lot of options to make this work. I'll give you 2 possibilities, but there are many more: 1) it is not in my example above, but...

i want to give you guys an update, as `strictMode: true` is very ugly, vuex-persist released a new update 2.1.0 in which there is a variable that tells you when...

the result can be found here: https://github.com/StreamerBuddy/streamerbuddy/blob/09b6d26d83161cf8e730dac87d0012042c4d7c67/plugins/vuex-persist.js my final async data looks like this: ```js async asyncData({store}){ //wait with rendering until old state has been loaded await store.restored } ```

but setting this property to true for tests and false in production would allow for serious bugs not to be noticed by the tests. having different configurations like this defeat...

this dependency system is just pathetic. efcore 5.0 supports .netcore 3.1, azure functions v3 supports .netcore3.1 but since they usehow somewhere use a different version of the logging system that...

also there are some faults in the wiki, like wrong return types, or typos that could easily be fixed by people who read it. @goldantgaming you need to do settings...