Nik Revenco

Results 190 comments of Nik Revenco

> > Didn't know that method exists, how convenient! > > [Pssst...](https://github.com/TheOdinProject/javascript-exercises/blob/8b2ed42f9a8547dbea98420d5892dbac02ef0231/13_factorial/solution/factorial-solution.js#L2) Wait whaaaat xD

> 2 more general comments: > > * Don't forget to add `.skip` to all but the 1st test in the suite. > * I know the earlier exercises use...

> @nikitarevenco Any issues with the above comments from Josh? Ok, went over all the comments just now and added the suggestions

Why not just close the code fence as suggested in: > Duplicate of [#4035](https://github.com/helix-editor/helix/issues/4035) - ideally we should close the codefence once we reach three backticks So when you have:...

> For now - as the panel doesn't auto update - would it be possible for subsequent `:ts-tree` invocations to replace the existing (if it still exists) ts-tree buffer instead...

> And is it possible to prevent writing to the syntax tree buffer? Nvim's impl prevents modifying it, and I think especially now that we replace the buffer with a...

> And is it possible to prevent writing to the syntax tree buffer? Nvim's impl prevents modifying it, and I think especially now that we replace the buffer with a...

> tried this pr locally and (for me at least) the position in the tree does not update, when navigating with the mouse. not sure if this is intended, but...

Helix already has a system for expansions, e.g. `:echo %{cursor_line}` It will be easier and more consistent to re-use that rather than Regex

> Awesome work, I've been wanting this for a long time, and tried looking into it two weeks ago, but my rust skills just weren't up for it! > >...