CapitaineToinon

Results 27 comments of CapitaineToinon

Thanks for explaining, now I understand the problem and @posva being the author of vue-promised, I assume that's what his [combined slot](https://github.com/posva/vue-promised#using-one-single-combined-slot) is meant to solve. I still think the...

Facing the same issue. Color syntaxing and formatting works fine but I have no autocompletion on anything, not the script section or the html. The LSP server seems to just...

Can confirm this is also a problem with actions, returning POJOs or using the json helper.

I'm having a similar issue with 3.22, basically I have an object with a `uids` key with is an array of string containing the ids of the entities which also...

I'd love too! Just in case anyone is having the same issue, I'm using pagefind with the node api in a Remix + vite project and I had to use...

I assume it's related to https://github.com/Thinkmill/keystatic/blob/f3cc119cc8446b4613085e0172f383e9e65e3522/packages/keystatic/src/form/fields/document/markdoc/from-markdoc.ts#L16

I've added the following condition to my local running keystatic as a workaround for now, seems to work. ```ts if (node.type === 'image') { return { type: 'image', src: decodeURI(node.attributes.src)...

Actually I'm getting the same issue with paragraphs now ![image](https://github.com/Thinkmill/keystatic/assets/15376923/d099ca67-fa37-4387-b7fb-73d88d10558f)

Hey, we now have an app live (https://soulsspeedruns.com/) and I'm getting this error again with other node types, this time it's by my users. Because of some community disagreements the...

Any updates on this? I've just upgraded keystatic to latest and it's still present 😢