Douglas

Results 251 comments of Douglas

@tearvisus Oh fully agree - My "good news" was in no way meant to imply that `generate` was going to be a solution to the problem at hand. The bad...

@weirdan `std iter scan` also uses a `reduce`, and it has the same issue as the version that @sophiajt proposed. That is, from the OP: > It's quite problematic. It...

@heymhm Sounds like a different issue. In my issue, the results *are* applied to, for example, an `int` or a `bool` *if they are in a table or record*, but...

@fdncred Oh - Thanks! I had skimmed that PR a few days ago but it hadn't "stuck" when I came across this. Definitely in the same vein, and I'll take...

> I understand that there are almost no commented keybindings in the default config. That's because keybinding *defaults* are usually just baked into `reedline` itself. Which is where I [proposed...

As part of #14249, we are trying to no longer put keybindings in the `default_config.nu` as it slows Nushell startup. I can't say we'll "never" do it, but whenever possible...

@fdncred > I'd probably support adding something like this to `format duration` but we just removed a bunch of conversion stuff from `into duration` and put it there. Wouldn't it...

> I think a good default value for it might be the underlying nanoseconds. Funny, I was just adding that thought. ```Nushell > 1sec | into int 1000000000 ``` ```Nushell...

And yes, `--unit` is probably better (and more consistent).

@sholderbach Thanks! And note - If anyone wants to start work on any of these, I'm happy to write the tests at least.