Darren Schroeder

Results 2076 comments of Darren Schroeder

Wow! Good work. Agreed to "en_US.UTF-8" by default.

@x3rAx I see it works for me in en_US but I can't get it to work on my Mac with de_DE. ``` > export LANG="de_DE.UTF-8" > locale LANG="de_DE.UTF-8" LC_COLLATE="de_DE.UTF-8" LC_CTYPE="de_DE.UTF-8"...

It may also happen in the history.sqlite3. I haven't checked. But when you have a multiline pipeline, you probably want to see it on your history as a multiline pipeline....

I think more testing of #4424 is needed to determine if it solves this problem or not. In theory, it should limit the thread count to the number specified. However,...

ya, it looks to me like we need to use a `rayon::ThreadPool`. Something along these lines https://users.rust-lang.org/t/how-to-dispatch-work-to-rayon-threadpool/40918 maybe? https://docs.rs/rayon/1.5.3/rayon/struct.ThreadPool.html#method.install

I'd do the simplest thing to get implemented to let people try it out. Coming from Windows, you can supply MaxDegreeOfParallelism to C# programs but it doesn't work the way...

I'm not sure what `Ctrl/Cmd + K` should do but I use this to do something similar as a work-around. ```python # Full term reset, cls, clear buffer, attributes off,...

> It clears the text, but when you start typing again, it immediately jumps back down to where the cursor was cleared from. @jntrnr is this related to what you...

I think the problem here is that `IMAGE ID` has a space in it and you define columns in Nuon with spaces or commas. You can test this with the...