Davide

Results 63 comments of Davide

Hi again, Using the `Carta` class to build "components" for a vanilla version or other framerworks seems like a great idea! It probably has some limitations, but overall it is...

Thanks a lot for your donation! Looking forward to working with you 😄

Hello, can you provide some more details? Also, a simple example would be great. I'm also using the latest version inside of a Vercel project, and it's working fine.

It looks like the edge runtime only [supports web APIs](https://edge-runtime.vercel.app/features/polyfills). From my little experience with it, you should use the edge runtime to handle requests that require fast responses near...

Closing due to inactivity. Also, this issue can probably be fixed by using the new [`__ENABLE_CARTA_SSR_HIGHLIGHTER__`](https://github.com/BearToCode/carta?tab=readme-ov-file#flags) flag.

@martinjo you should open a new issue for that. I'm not able to look into that at the moment, but I was able to succesfully deploy to vercel myself.

Hello, can you provide more information as well as a minimal reproducible example? It looks like a resize event is fired before the component is mounted, which should not happen.

Should be fixed now. The example is now working in `v4.1.1`

Hi! For now there's no way to use a custom syntax highlighting, but the change should be quick and I'll implement it in the near future. Regarding mobile support: for...

I just added support for custom syntax highlighting in code blocks in `2.5.0`