truchi

Results 12 comments of truchi

It seems like setting `SpringModel` doesn't do anything. Shouldn't it, esp. `Disabled` do something different?

Note: it's not even possible to implement `deref` since `pub fn register_function ... + 'static>`.

I think that's because `addEventListener` is called in the constructor, and the handler is part of the object. I guess that does not causes circular references because there is only...

Hello sirs, I ended up here very surprised that highlight is not incremental. Where are we on this now? Similarly, couldn't we get a `highlight_with` (ala `parse_with`) to provide str...

Hi! What I really wish to see in `ropey` is a unified Cursor API that works well with `tree-sitter`: - unified: no `Bytes`/`Chars`/`Lines`/`Chunks` - Cursor API: `is_*_boundary`/`prev_*_boundary`/`next_*_boundary` (*: `char`/`grapheme`😍/`line`/`chunk`) -...

Hello again, Thanks for your feedback! > A TextInfo-yielding Chunks iterator could make it a little easier I'm glad all of this make sense! > 1. ... count and track...

Hello - `Rope::is_instance`: it is part of my checks to skip rendering. - `Rope::from_reader`, `Rope::write_to`: I'll look into Helix then. - `RopeSlice::as_str`: my st*pid shaping code requires contiguous strs (for...

I got confused 😳 Classnames order does not matter. Using a `HashSet`.

Hello sir, I just discovered `html` and love it! Thanks for the good work ❤️ I would like to take a try on this (as a warm-up for #39). Do...