swash
swash
Hallo, ist es eventuell möglich, pro Lampe einzustellen, ob sie hue oder xy nutzt? Ich habe eine Lampe von MLI und sie nutzt hue, aber ich habe auch eine von...
### Describe the feature in VuexORM there was a method as() to customise the pivotKey. `my_relation: this.belongsToMany(...).as('my_pivot')` The 2 Relation Classes have a property "pivotKey", but I can't find a...
**Describe the bug** "grüne" will be "grun" with the german stemmer. But it must be "grün" **To Reproduce** ``` const natural = require('natural'); const stemmer = natural.PorterStemmerDe; console.log(stemmer.stem("grüne")); ``` Output:...
It is not possible to configure the headLinkOptions.basePath. It looks like the nuxt app baseURL is being used. Maybe you can use `basePath: userHeadLinkOptions?.basePath ?? nuxt.options.app.baseURL ?? '/'`