Thomas Diroll
Thomas Diroll
**Description** I have a plugin, which imports some node modules (in plugin root) into its storefront plugin like so: ``` import Vimeo from '../../../../../../../node_modules/@vimeo/player/dist/player'; ``` All is working fine in...
Sorry for the long post, I tried to keep it as short as possible. I've done several sites with this awesome cms and the admin plugin now but there is...
**Describe the bug** When using babel in conjunction with nuxt typescript I run into an issue using @nuxt/babel-preset-env, which contains @babel/plugin-transform-parameters. Default parameters should be transpiled for compatibility with e.g....
## Bug report ### Required System information - Node.js version: 20.11.1 - NPM version: 10.2.4 - Strapi version: 4.20.5 - Database: MySQL - Operating system: macOS - Is your project...
With this fix the value `'system'` for the local storage variable `STRAPI_THEME` is supported.
### Describe the bug When using the `+=` operator first on a number and then on a string while the `compress` option is active, the output will be concatenated. This...
### 1. Why is this change necessary? When creating an order from outside the usual flow and not providing a `deepLinkCode` (which is not required and can be `null`), the...
### Prerequisites - [X] I have [searched](https://github.com/twbs/bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue) for duplicate or closed feature requests - [X] I have read the [contributing guidelines](https://github.com/twbs/bootstrap/blob/main/.github/CONTRIBUTING.md) ### Proposal Right now the aspect ratio options lead...