Flavio Cordova
Flavio Cordova
I also get a warning: ```console /plugins/vimeo-player.js 2:8 warning Using exported name 'vueVimeoPlayer' as identifier for default export import/no-named-as-default ``` I fixed it changing the import in plugin to: ```javascript...
I had this on my nuxt.config.js ``` build: { plugins: { // set shortcuts as global for bootstrap new webpack.ProvidePlugin({ $: 'jquery', jQuery: 'jquery', 'window.jQuery': 'jquery', }), } } ```...
Oh, this is SO annoying, please fix it. :(
Not exactly... OrientDB supports what it call "embedded list" and embedded set that match with both Cardinality.set and Cardinality.list. Couldn't the gremlin layer just select the suitable type according the...
I haven't tested but according to the documentation, embedded list/set fields can be even indexed: orientdb> CREATE PROPERTY Book.author STRING orientdb> CREATE PROPERTY Book.title STRING orientdb> CREATE PROPERTY Book.publicationYears **EMBEDDEDLIST**...
Well, IMHO the proper way to set the property is using the Cardinality parameter to make explicit which behavior is expected. When cardinality is not specified, I don't see any...
Nope, I guess it'll require a fix, no?