bbb651 🇮🇱
bbb651 🇮🇱
Sorry for all the CI errors and messy commits, I think it should be good to go now :smile:
I've also been stuck on this for a few days, and I've gotten my Apple ID locked for like the 4th time today... > According to the apps database https://cdn.altstore.io/file/altstore/apps.json,...
Coming from vscode, the hex editor has some long standing issues which are worth thinking about in advance: - [Lack of support for a diff view](https://github.com/microsoft/vscode-hexeditor/issues/47) - hopefully zed-industries/zed#4523 can...
I feel like it would be better to have the protocols themselves contain deprecations, it'll be more maintainable and help other documentation sites/reading the protocols in text, do you know...
> hi dear Sounds good, i coded it but i had no time to test it can you please test it if it works i can open a pull request...
Also run into this, I'm trying to import [codemirror 6](https://codemirror.net/) which is split up into a lot of different packages and having multiple different versions of `@codemirror/state` (even patch ones)...
This is [the line](https://github.com/microsoft/vscode-css-languageservice/blob/main/src/languageFacts/entry.ts#L35) in the LSP, it's just the single `🚨️` emoji which is made up of `U+1F6A8 U+FE0F` codepoints. I did some research on `U+FE0F`, it's a [Variation...
This isn't related to that, what you are talking about is called inlay hints, they are entirely controlled by the language server and they already exist on Zed, there's a...
There's already an [extension](https://github.com/WeetHet/typst.zed) which should already be available in Zed (which uses [tinymist](https://github.com/Myriad-Dreamin/tinymist), which seems more active and with more features than [typst-lsp](https://github.com/nvarner/typst-lsp)). I previously tried to make one...
If/when webviews are implemented I don't even think typst.ts is necessary, we can just run the normal typst binary in watch mode and have pdf implemented with webviews separately. I'll...