Dimitri Sabadie
Dimitri Sabadie
Also… I’m not even sure it’s a real and useful argument. If the Rust team cared about that, the `Iterator` trait would be split into several traits. It’s one of...
I have the same problem with Kakoune.
I haven’t tried, give me a couple of minutes to build a local version of wezterm and test with Kakoune.
Yeah, I don’t see issues anymore. Sounds okay to me!
Yes, they must be `#[repr(C)]`. I’ll add something to check that in the proc-macro.
Hello, I would like to revive that discussion as I have needs for [KTS](https://sr.ht/~hadronized/kak-tree-sitter). Basically, it would nice to be able to have an overlay over the buffer. It would...
> > Indent guidelines cannot support gaps, because replace-ranges > > we addressed that by adding a dedicated `-indent` component to the `show-whitespaces` highlighter I don’t think you can achieve...
> not sure what exactly you'd want to change here (what are constructs and branches?) If you are inside a long `if` true-branch, inside a function, inside a class, with...
I work on a Haskell loader, [here](https://github.com/phaazon/gltf). I was surprised to see that the format uses numeric constant instead of labels (GL_FLOAT instead of 9349364, for instance).
Yeah, I see. I’ll try to advance on my loader and will keep you know – I have a lot of project in the kitchen, but I will eventually have...