Results 13 comments of Sukhpal Saini

I'll take on 2. > teachcode -V || teachcode --version

Submitted a pull request for the second checklist item.

That would be awesome. For some context, simple variable replacing like for first name etc. was done as part of this https://github.com/bdcorps/candymail/commit/25aa506e71eb216648fed3e36ecda8fc97f80fd1. The next step would be to allow for...

Getting this error when you switch `moduleResolution` from `node` to `bundler` ![CleanShot 2024-03-03 at 20 35 34@2x](https://github.com/vercel/ai/assets/6132555/1fecd257-eaf1-4eab-b694-26a4483b4fc8) This is on `[email protected]` and node `v20.10.0`

+1 Waiting for this

+1 to merge this

+1 here. There is currently no way to have users upload a file since `` shows as an unsupported component.

As a workaround, I'm using Regex to detect image in the output markdown and add newlines after it. ![CleanShot 2024-02-02 at 11 21 41@2x](https://github.com/aguingand/tiptap-markdown/assets/6132555/26d98224-7471-446d-bddf-6db55d9c275a)

You can see here that the Markdown output from `tiptap-markdown` emits the image without a "\n" causing the next element to not be separate. ![CleanShot 2024-02-02 at 12 50 38@2x](https://github.com/aguingand/tiptap-markdown/assets/6132555/8d36978b-1cdd-4b19-9728-33ab1c3cba3f)