Darren Schroeder
Darren Schroeder
@amtoine I believe the queries need to be in this tree-sitter-nu repo once we've developed them. We can start with @1Kinoti's if we want to but if you look at...
@amtoine We can I think. @1Kinoti is it ok to add that file? Since it existed in your repo after the merge, I just want to ask to be sure...
A git bisect would be helpful to figure out what PR broke this functionality. There is no sorting code in the `ls.rs` file so I wonder how it's getting sorted?
I think @amtoine has a `git bisect` script. Maybe this? https://github.com/amtoine/nu-git-manager/blob/main/docs/nu-git-manager-sugar/git/gm-repo-bisect.md
I think we should restore prior sort too, although I don't understand how that PR changed it. 🤔
@userwiths The key to this change will be to ensure that it continues streaming and doesn't collect.
I'm also wondering if `from json` should also set the content-type metadata, just to be thorough?
I had another thought too, which is a problem with metadata that we experience right now and that is, every command that has the possibility of included data, like json,...
> Since this would be a larger architectural change, I think I would prefer to address it separately. 100%. I didn't mean to imply that it needed to be in...
I looked through it. It seems reasonable to me.