Results 31 comments of hlassiege

ok, thanks a lot for your comment I'd like to understand the implication of "shared: ['vue']" When I remove it, does it mean that we have vue bundle twice on...

Hi, Version of nuxt/content and remark-oembed are as follows: "dependencies": { "@agentofuser/remark-oembed": "^1.0.4", "@nuxt/content": "^1.15.1", It is possible to reproduce from this repository : https://github.com/hlassiege/eventuallycoding nuxt generate go to this...

Yes I did that but it didn't work. I tried in remarkPlugin, plugins and markdownPlugins as stated in the documentation. But I found another solution without remark plugins. Now it's...

> Any up-to-date alternative? What are you using on your websites? Hi, If the question is for me, I use a custom solution as described here : https://github.com/nuxt/content/issues/1046#issuecomment-1133830963

When I inspect the performance with XRebel, I saw that there is a lot of access to Redis for all static ressources. You can look at those calls on this...

Hi, Yes we are using Spring boot. The only configuration we have is @EnableRedisHttpSession

Hi, You told me in a previous comment that it would be possible to decorate the SessionRepositoryFilter so that I can solve my problem. I'm using Spring Boot and the...

I imagine that some people could have their own login screen but with an extra option to let the user login from twitter/github/google etc... But both use case would be...

(sorry for the late reply, I just noticed that I didn't receive any notification) Hi, I can add an option to include H3 headers. The code itself is in Toc.vue