Darren Schroeder

Results 2077 comments of Darren Schroeder

I just tested on WSL Ubuntu and it works there. Must be a Windows thing?

That worked. Here's my guess. My history is old so I had items in history with leading spaces. Leading spaces aren't permitted anymore. So, maybe we should trim the history...

I'm not really sure what it is. I can reproduce it every time with that history file I attached above.

I tested this PR this morning with this history.txt and couldn't get it to work. It just deleted item 0 off the history. [history.txt](https://github.com/nushell/reedline/files/14221667/history.txt)

> That means that when you run history it gets appended to your history backend and the first entry is pruned, which changes the ids of all entries. When you...

for what it's worth, i'd rather have nushell just be sqlite. i just think there would be outrage if that happened.

I'd like to renew this request. Please name the enums. As a person that uses Leptonica mostly from a C# wrapper it's a huge pain to automatically generate the C#...

Thanks @DanBloomberg for responding. Generally speaking it would be nice to have something consistent such as `/*! Useful Description Flags */` and the processors could turn that into: ```cs public...

> As for the enums, I am confused. If in the example I gave before, we had > > /*! Box Color Flags */ > enum { > ... >...

Thanks for this @DanBloomberg. Changes look good so far.