Bernardo Oliveira

Results 88 comments of Bernardo Oliveira

@Louai99k thank you for your amazing explanation πŸ™ So I created `src/extensions/upload/uploadAttachments.js` and `src/extensions/services/upload.js` but seems that it is not activated. I even put `console.log` in every function to make...

@Louai99k thank you once again. I don't use Strapi since I created this issue πŸ˜… I moved on to the frontend to avoid stale the project. Would be possible for...

@Louai99k I never could make it work on my side. πŸ™ I also don't understand why the Strapi team doesn't pay attention to this issue as it is not only...

@abritopach thank you very much for your amazing work πŸ™ is there any progress on this?

Hi @vitalik πŸ™‚ thank you for your awesome work!!! πŸ™ Do you need any reproduction or something else to help you out with this ticket? πŸ€”

@farnabaz thank you very much for your reply πŸ™ yes I have tried that before creating this issue. By putting that in my code reproduction has exactly the same outcome,...

@farnabaz so we can't use `nuxi generate` in any way, right? At the moment my requirement was to have a static server. I tried `nuxi generate` with the following and...

Ahh it was a copy-paste issue πŸ˜‹ for me it is also working. @farnabaz I was about to create a PR, but not sure if `nitro.preset: 'service-worker'` does anything for...

Try to replace `$` with `jQuery` Wordpress uses jQuery no-conflict mode https://api.jquery.com/jquery.noconflict/ Edit: You also can add this `var $ = jQuery;` to the .js

@wusyong check this https://webkitgtk.org/reference/webkit2gtk/stable/WebKitWebsiteDataManager.html > WebKitWebsiteDataManager allows you to manage the data that websites can store in the client file system like databases or caches. You can use WebKitWebsiteDataManager to...