Shwao
Shwao
**Describe the bug** The `infiniteLoop` option does not work anymore with version 3.2.22. The carousel does not go in a loop but jumps from the end to the start or...
When you add an entry to the meta array with the `itemProp` property, it will be ignored. Example: ``` ``` Output of `helmet.meta.toComponent()` or `helmet.meta.toString()` would be empty. Remove the...
Some things that could be a TypeScript `type` are `enum` which is quite developer unfriendly. Code completion and many checks just don't work. # The Problem For example if you...
The return type of Model.create is `void` if the option `ignoreDuplicates` is `true` or `returning` is `false`. https://github.com/sequelize/sequelize/blob/56bb1d6ef9827f604d7bcef945abb7e213f2322d/types/lib/model.d.ts#L1982 But the method actually returns an instance.
I get the message `(node:5051) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time` for every test that runs. That kind of clutters the logs....