Jems

Results 62 comments of Jems

The feathers-plus cli is not maintained and not up to date with the feathers repo, it should be used only for testing.

Like hooks, models can have multiple purpose, can be isolated or have relations with other ones. So why not apply the same structure to models. You can have local models...

Please, can we have this feature ? This would solve the prettier / eslint conflict as from March 2020 we can have order actions on save https://github.com/microsoft/vscode/pull/92681 See related API:...

@jtanner This is what I've been using too for a while and it's working well.

@roottool What you are mentioning is the definition of the command exposed on the command palette. For exposing actions for the CodeActionsOnSave option, the plugin needs to provide a Code...

Personally, I'd prefer to update to the last released tag or be able to select a tag.

There is an [old repo](https://github.com/imdanielpiva/vue-quasar-storybook) made for Quasar pre v1.

The solution would be to wrap the methods in a promise. That would make them asynchronous. ```js const getItem = key => new Promise((resolve, reject) => NativeStorage.getItem(key, resolve, reject)) //...

Hi, I'm using it on the browser platform and I was was wondering if this is the reason why the values get registered with "\\" at the beginning and \\""...

I'll take a look, do you have any idea why the values are parsed and stringified twice ? I quickly went through the source code but I didn't see anything...