Jack
Jack
hi, same issue here, its connected to v 1.0.1 , if i install 0.50 it works, if i upgrade it fails always with > Run "dotnet tool restore" to make...
Ok, thanks for hints, interesting stuff!
Not bad, I like inspirational and simplistic tuex (https://github.com/Raiondesu/Tuex) way, are the decorators really needed?
Good points, way you really want to call mutations and actions is something like `store.state.increment(2);` that guy should handle all devtools stuff, timetravel, subriptions etc. At the same time you...
> What is the benefit of coupling the store to the view with this.$store ? Well thats quite straightforward, since you have some variables in store that are defining look...
Ok, great. You would rather be hanging on interfaces and possibly injecting it, it adds often unnecessary complexity (current vuex with mappers, inject, getters). Or computed prop and using 'as'...
I was just testing fusebox if this could work or be faster as an lightweight alternative, just playing around.
> @Jacknq did you find any workaround while waiting for a fix ? 👀 I did, not using jimp but other library that doesnt have that issue
> This is on our list to tackle - it's one of the things that we have more control over now that we're not doing an behind-the-scenes `dotnet restore` on...
Found it https://docs.gitea.io/en-us/api-usage/ please add it to your manual!