C-Bass

Results 383 comments of C-Bass
trafficstars

I was able to achieve this using the `:slot="'message_' + message._id"` slot Here's the code I used ``` ```

This project was great for many many years but at this point https://github.com/opcodesio/log-viewer has way more features (including the ability to delete all logs at once)

If you ever switch to Vue3, someone has ported this package and is actively maintaining it and fixing issues too https://github.com/parsajiravand/vue3-form-wizard

@iteman Sorry to bump up an old thread. You say it's possible to transform the Workflow object back to a BPMN file. But I can't find any exporting mechanism in...

As you wish. I've been using a whereLike macro in Laravel for many years now.. originally made popular through Spatie's twitter account. For pinia-orm I ended up going for something...

Hrmm.. perhaps the biggest issue I'm now facing is that I'm not sure if your axios plugin supports nested relationships? With vuex-orm's axios plugin, I call a single api and...

Thank you for gettig back to me @CodeDredd I managed to get the relationships to load now, it was because of my persistBy value. `insert` leads to no relationships being...

@CodeDredd that's great that you're working on 1.8.0. I was indeed wondering how come there is no update method. I hope you will explain how your new insert method will...

@CodeDredd Hello : ) Following up on this issue. I found that if I make a request to the API using useAxiosRepo and the response returns an empty nested relation,...

@CodeDredd Any update on this? This persistBy missing an option to overwrite the ORM is driving me crazy.. it's really bad. For example if I use the Axios plugin to...