Sebastian Sdorra

Results 108 comments of Sebastian Sdorra

I'm not sure if this is a problem with content collections. Can you provide a sample repository?

> If you want I can setup a branch with it set. Yes, please, then I would take a quick look to see if I notice anything.

I think the problem is something with shiki. If i change the alias from `file-tree` to `tree` everything works as expected.

@bracesproul the pr is now merged and the version [v0.5.9](https://github.com/ollama/ollama-js/releases/tag/v0.5.9) includes the change.

I'm sorry, but I don't have much experience with React Native, and I don't even know that MDX on React Native is a thing. I'm not sure if this can...

That is the reason why the documentation mentions that content collections must be the outermost plugin: [Next adapter documentation](https://www.content-collections.dev/docs/adapter/next). Perhaps we could explain more about why it should be the...

I think there is not much i can do to improve the error message. The error message comes from mdx-bundler, which i use to compile the mdx.

This is a constraint for joining collections, as described here: https://www.content-collections.dev/docs/transform#access-other-collections

The problem are the types. I was not able to infer the types from a transformed collection. This is really difficult, because the types are the result of the `transform`...

I believe it is possible, but finding the right balance between flexibility and simplicity is challenging. We need to ensure that we have a good API and comprehensive documentation to...