Maksim Kachurin
Maksim Kachurin
@jonniebigodes I rolled out the stable version for Storybook 9.0, but I still need to clean up some deprecated packages like @storybook/types. I'll finish it today.
Yes of course! I'm a little stressed this week, but from time to time I try to get autodocs support for argsTypes. We also created a git repository in the...
@jonniebigodes I mentioned you in the [discussion](https://github.com/storybookjs/storybook/discussions/31564). Please take a look at it. Thank you!
Why is it still open? Anyway, I didn't notice anything like this while testing this PR: https://github.com/CopilotKit/CopilotKit/pull/1794 I guess this issue should be closed.
Thanks a lot, glad you liked it! I’ll need a bit of time to test it properly in the production of my main project and make sure everything works as...
Non-destructive render, please, I need this so bad 🙏
@xueerli @keaiwkaw I solved it by patching method wireTmGrammars from [here](https://github.com/zikaari/monaco-editor-textmate/blob/0a42304289379ad2a6b45cb4c5f09f5c7c6196f4/src/index.ts#L38). I just don't allow the tokenizer to tokenize lines that are longer than 300 symbols. Easy peasy: ``` /**...
@XiayidanAlimu This repository contains only two files. Just add it to your project and patch the function, or use [patch-package](https://www.npmjs.com/package/patch-package) for this.
I have the same problem with Ubuntu 22 and Turbo running in Docker.