Jems

Results 62 comments of Jems

It's still red for me. The commit has never been merged.

This could be enabled with those inquirer plugins: - [https://github.com/robin-rpr/inquirer-search-list](inquirer-search-list) - [https://github.com/mokkabonna/inquirer-autocomplete-prompt](inquirer-autocomplete-prompt)

Could the addition and typing of getters with the plugin API be documented too? (https://github.com/vuejs/pinia/discussions/1196)

I don't know if it's related or if it can help but I'm facing the same issue as @Smrtnyk but with vite and script setup on q-btn props. EDIT Versions...

I have updated the dependencies and it seems to be fixed now.

> Sure you can still accidentally reassign params.session, but you are unlikely to do so because of the get and set API of a Map. A solution could be to...

This is awesome! Is there a repo somewhere ? I'm much more into Vue than react so I don't think I'll be able to contribute code but I'll certainly submit...

First feedback! : ) Exposing the debugger as a service would be a great first improvement, it could be used with sockets events and add authentication to it. Also, it...

About adding hooks dynamically, there is the feathers-profiler plugin that does it [here](https://github.com/feathers-plus/feathers-profiler/blob/c7b6be5b52e90ae4a61f4d59672c5b89d9720605/src/index.js#L69) by calling `app.hooks()`, but I don't know if it's still possible as it was created for feathers...