Léonce Aklin
Léonce Aklin
**Is your feature request related to a problem? Please describe.** To this day, it is not possible to combine or extend Vuetify with custom css code properly. It is possible...
According to the docs, you can define a function to construct the InputTypeName for a mutation. That function seems to be ignored, see [transformer.ts:258](https://github.com/vuex-orm/plugin-graphql/blob/159971215f47c266d475fbae49450fa28edaa503/src/graphql/transformer.ts#L258).
During the setup of my first vuex-orm project with graphql I could not find a good example on how to `$persist()` records with many-to-many relationships. For example the documentation says...
This plugin doesn't seem to work with NativeScript 7. Are there plans to update it?
This fork adds a new dev command `getproviders` which runs a script that fetches oEmbed providers from the official oEmbed supported providers URL (https://oembed.com/providers.json) and stores them into `endpoints-regexp.json` with...
This component has already support for many oEmbed providers. However I discovered that many popular ones do not have support yet, including: - Reddit - Tumblr - Pinterest (not sure...
Thank you for this project! I think it would be great to make an Electron app out of it so you can use it on a desktop as kind of...
### Describe the feature I think it would be great if the library supports form actions on the `/` route via `server/actions/index.ts`. Currently this is not possible, because the parser...