Cretezy
Cretezy
Hey! First of all, thank you @niscolas for this script, I've adapted it and made an accompanying plugin: https://github.com/Cretezy/godot-server.nvim Second, @solitudealma I was getting the same issue when attaching a...
I can't reproduce this on Firefox. Can you provide more information such as: - Browser version - Toolkit version - How you triggered the bug? Thanks!
Seems like the following is always failing for me using regular `.css` files: ```css @utility my-button { color: blue; @media (width >= theme(--breakpoint-md)) { color: red } } ``` Currently...
Please make sure to cut a release with the pre-0.30 changes before merging this, if possible :)
@joshka Looking at the code, it seems like `span`/`span_fast` previously checked for `\n` which can't be fed into it (since `line`/`line_fast` splits on `\n`, and now `\r\n`), so there's not...
Agreed, using a ratio would be much better. Having the same issue on a 4K monitor where `small` is tiny and `medium` is huge.
Hey! I've opened https://github.com/zed-industries/zed/pull/31782 which fixed this :)
Not stale, but @Alienover's solution works for me
Additionally, I'm getting some weird separator issues with avante. Notice that the bottom left separator character of the top left buffer is not highlighted correctly. Additionally the bottom buffer's right...
I very much like this ideal! I think having customizable keyboard mappings would be very useful, especially since this feature could make some mappings clash. I will take a look...