Danyel

Results 87 comments of Danyel

I hadn't, but I also couldn't quickly figure out how to use it. For instance: ```rust fn number, { text::digits(10) .then(just('.').then(text::digits(10)).or_not()) .to_span() .map(|span| Token::new(TokenKind::Number, span)) } ``` doesn't seem to...

Okay, this works, but wow is it verbose: ```rust fn number + chumsky::input::SliceInput, ``` And then call it with: `parse("123".map_span(Into::into))` which is _okay_er Maybe it's worth it to invest some...

This is an absolute must for `Zed`, especially considering whenever you save the buffer, it will (by default) run the formatter, which will completely delete the entire Redo history, _even...

> Hi there! 👋 We're working to clean up our issue tracker by closing older bugs that might not be relevant anymore. If you are able to reproduce this issue...

Are there any plans for multichannel?

In the README under the section `Non-Features` you can see features that won't be possible unfortunately since the underlying C code doesn't support it. I had emailed rarlabs that this...

> I also though seek_to would update the position even if it's not resumed. I've noticed the same thing. When I seek while the stream is paused, the seek is...