Nik Revenco

Results 190 comments of Nik Revenco

> I think `tree-house` has just a single `u32` for `Highlight` (and would be replacing this `Highlight`) that can store as an index or as a color? I poked around...

This PR can be merged now, I updated it with the latest `master`. All it does now is switch from requiring the platform to be little endian (otherwise failing) to...

Another data point from `kdl`: https://github.com/kdl-org/kdl-rs/issues/133

Since let-chains were stabilized in 1.85, I think they're more readable for this purpose than a new method for every variant: ```rust if let AppError::Io(io_err) = err && match io_err.kind...

> If the welcome screen is enabled can the scratch buffer still be used? For example what happens when the user starts typing -- is it just placeholder text? >...

> I suggest removing the `to` prefix from each sentence And maybe also `type` before each command If the `to` prefix is removed then... "type `:tutor` learn helix" doesn't quite...

> Also, why is green while is shaded? I don't think `` shaded looks good, looks out of place I want to put *less* emphasis on `` but still include...

> > I don't think `` shaded looks good, looks out of place > > I want to put _less_ emphasis on `` but still include it because users may...

> i think that `f` is good but not so welcoming as it doesn't show hidden and untracked files by default. i suggest adding `:o`/`:e` to this screen and replacing...

I've updated the welcome screen yet again, to remove all the `to ` prefix as @davxy suggested as I agree it looks better without it