Douglas

Results 251 comments of Douglas

Bisected the new one to #17085. That fixed the previous issue, but caused the latest one. It might be platform-specific, explaining why some folks are seeing it at others aren't....

Partially fixed with #17186 - This was probably only impacting me and a handful of other users who had customized Cargo locations (or other environment changes) since #17085 removed those...

It's actually already possible to do this using a combination of: * SQLite-backed history * An environment variable (similar to Bash `$HISTIGNORE` * A `pre_execution` hook that checks if the...

After looking at this a bit, my thought is to consider this "as designed". `iter find-index` is going to use the Nushell assigned, ordered, implicit index for multiple reasons. 1....

@fdncred I might be reading the code wrong, but if my recollection of `canonicalize_path()` is right, I believe it will work the way you describe. Will have to test to...

However (and I also might be reading the code wrong in this case), it appears that this will likely generate an error on first launch when there is no history...

I'm not quite sure I want the rename/copy to take place at all, but I'm still digesting that part. If we do anything, I think it should be a copy-only,...

And yes, I see the disconnect now on whether or not there's a scenario in which the history file stays in the config directory. That's going to be tough, I...

@fdncred Isn't that only because your `$nu.data-dir` is the same as your `$nu.default-config-dir`? If they were different, I think you'll find that the history file is really in `$nu.default-config-dir` today...

@tombh Apologies for the whiplash here, but ... We discussed this during our weekly call today, and the conclusion was that we don't think XDG/`data-dir` is the right way to...