Roz
Roz
This functionality is available via the [Commands Plugin](https://github.com/grammyjs/commands), if anyone needs to use it now :)
Just beware that, if you use any kind of in-memory state (like `MemorySessionStorage`, for example), you'll lose that state. Another difference from true hot reloading.
As a +1, I'm currently writing a plugin for [grammY](https://grammy.dev) that will benefit greatly from using `ts-pattern`, and it'd be awesome to be able to use this natively on Deno.
Related to https://github.com/grammyjs/grammY/pull/276
> Please fix CI I was on my way to see why it broke when things caught fire lol
 🙃
`deno fmt` to the rescue
> CI fails due to OOM. We cannot build and publish the site like that. Do you have any idea how to fix this? I was hoping you would know...
It appears the vite build is indeed very memory hungry, and adding shiki-twoslash to that mix increased the memory consumption even more. I've tried every solution pointed in https://github.com/vitejs/vite/issues/2433, but...
> 2. That's no Markdown rendering in the code tooltips. I assume this isn't easily possible? I haven't found an option to enable this with shiki, but it should be...