Douwe Pausma

Results 19 comments of Douwe Pausma

This error came out of nowhere, I had to remove this line to get rid of it. This line also was not there before. `import { exists } from 'laravel-mix/src/File';`

I found a workaround for now, when I comment out the line `nuxt.options.alias.tslib = "tslib/tslib.es6.js";` in _node_modules/@vueuse/motion/dist/nuxt.cjs_ & _node_modules/@vueuse/motion/dist/nuxt.mjs_ it will built correctly. However this not a particularly durable solution,...

👋 Hey there! Is there any update on this? Most of my content is within a component in a dynamic zone. I would love to use this plugin! (I also...

Seem to be a duplicate of [react-globe.gl #59](https://github.com/vasturiano/react-globe.gl/issues/59), they have a temporary fix by catching an 'undefined'. You'd have to edit node_modules which is a no go for me as...

Please merge this, I'd like to update to node 20!

The ability to overwrite parts of the configuration would be great. I am still on the fence wether to switch from TinyMCE to CKEditor, and this and not being able...

Can we merge this? Source editing would be great!

I read somewhere one should be able to throw a new Error with a custom code property (e.g. `{code: 'Not verified.'}`) and it will be passed to the client. However...

It would be huge if this could be merged ASAP. @alexolivier hack fixed it for now, but I'd rather not make lifecycles for something so rudimentary.

@Aylay you can now enable this feature with the following option. ```js // config/features.js module.exports = ({ env }) => ({ future: { experimental_firstPublishedAt: env.bool('STRAPI_FUTURE_EXPERIMENTAL_FIRST_PUBLISHED_AT', true), }, }) ```