Darren Schroeder

Results 2077 comments of Darren Schroeder

I would guess that any history (text or sqlite) would fail somehow due to writes, but it's odd that plugin loading fails.

1. You can use `^` to indicate you want to use external commands like `^find` 2. I'm not sure what `$*` means in this context so I'm not sure how...

We don't have such a thing as `$*` for aliases. We do have a `...rest` argument for custom commands. I'm not sure it would work for you or not. e.g....

> [{a: 1} {a: 2} {b: 3}] I thought this was referred to as a `Table` vs a `List` in this context. I could be wrong. I'd look at other...

I've seen this before and what I figured out is that when your shell starts window up, it starts up in a smaller size like 80x24 or something small-ish. Then...

After researching this and Kubouch's wisdom, it appears that `eval_constant()` needs to be used in `parse_register()` in `parse_keywords.rs` similar to the way it's used in other parsing functions in that...

Seems reasonable. Just some CI test breakage to fix.

I was testing this out and got an unexpected result. I'm guessing now that this isn't really the "current command" but the current repl line. Here's why I think this....

Does that include multi-line input?