Visen
Visen
Proof of concept working ```zig test "docgen" { var docs = Doc.init(std.testing.allocator); defer docs.deinit(); const SubType = struct { foo: i32, bar: bool }; const TestType = struct { a:...
perhaps ```C #if defined(CLAY_STRICT) && CLAY_STRICT == 1 ``` would be a better way to enable CLAY_STRICT? That way you can use ```C #define CLAY_STRICT 0 #define CLAY_STRICT 1 ```...
this might address https://github.com/nicbarker/clay/issues/103
possibly related to https://github.com/lem-project/lem/issues/1399 though the suggested fix did not work
I have discovered this seems to be caused by a bug with Ghostty, not in lem
With more testing I have realized that this isn't just broken in Ghostty. Many other popular terminals cannot render lem properly. Here is a comparison between different terminals I tested...
This issue makes the editor unusable on many terminals, so I'd like to keep it open
> [@VisenDev](https://github.com/VisenDev) I have made some changes to avoid this problem, so please check them. It still appears to be broken
I would like to see sbcl here as well!