tintin10q
tintin10q
Could you add instructions as to how to use the docker image? ~~The pip install is not working for me.~~ The pip install is working.
I guess it just doesn't work on windows :(
I have 6.0.0-beta.7 in my package.json
I never solved it and just stopped using conda. You can try to still use conda in wsl.
Should this be added to the docs maybe? At least for now? I was stuck on this for quite a while, and in the end the only thing I needed...
Any update on this? In my opnion this was the best part about vuex-orm. For instance if you have Channels and Users you have Users.subscribed. The model in the middle...
Ok turns out you don't actually need `belongsToMany`. I made this issue on the pinia-orm repo with an example of how to convert a belongsToMany to HasMany. https://github.com/CodeDredd/pinia-orm/issues/8 I hope...
Is there maybe already some other way to achieve this that I missed?
That seems to be exactly what I needed! Thanks. Somehow I have read over it. I already found it weird that I couldn't find something like this. Thank you!! However,...
Yes I just did some more testing it is really really slow. Doing an if to test if it already exists and then choosing update or insert is fast. But...