Christoph

Results 8 comments of Christoph

Could we get this fixed? If cheerio would just write back the document unchanged, that would not be a problem, but it is removing all slashes from self closing elements...

Yea, I can write some doc. What do you expect the test to cover? Just one test with a XHTML/XML file (to ensure the output is correct XML), or running...

Humph, seems not to be that easy. The xml function will rewrite empty elements to self closing ones. That is valid XML, but not XHTML. E.g. `` will end up...

That is not valid XHTML 1 and definitely not valid for polyglot documents either. I do not really know about XHTML5, but polyglot problem does apply here as well. I...

I think this PR may be part of the problem: https://github.com/directus/api/pull/1822 Setting metadata via REST is not possible either, but worked with Directus 8.6.

@bitnosis sure, but that config part can be moved manually to `vite.config.js` @stolinski maybe this is a problem with npm and it works with pnpm?

No, I'm still on version 0.2.3 and thinking about how I can go on with GraphQL on SvelteKit.

Thanks, I'll have a look and see how it can work together with Hasura (that's what I use as backend for GraphQL).