Stefan Holderbach

Results 458 comments of Stefan Holderbach

Can you clarify if this is just a messy display or a panic/inconsistent behavior caused by the overflow? If I recall we have been cheating around some of the limitations...

Are any of the other completion options playing into it? What is your `$env.config.completions` record?

Mhh, for me it works with `partial` but I have `quick: true` and the basic `prefix` algo. ``` > $env.config.completions ╭────────────────┬─────────────────────────────────╮ │ sort │ smart │ │ case_sensitive │ false...

Good catch! *menus are witchcraft, confirmed* Can confirm that annoying behavior on Ubuntu/WSL. Can look into it in a few days.

That was just the inside delimiter text objects: `i"`/`i(` etc.

That is not a solution I want to see landing on the main branch. We want to be able to blame or revert specific commits. If we need to do...

Still reiterating the question if it is even necessary to encode all the `Value` variants in nuon for nuon to serve as a useful data interchange format. We don't include...

Is there another immediate use for this kind of event injection besides for https://github.com/nushell/nushell/issues/11065 / https://github.com/nushell/nushell/pull/13728 ? If there is a simpler solution with clear semantics that is easy to...

OK looking at the way `commandline` works currently (and also your interim proposal for the change to the `!` expansions) I still think there is no current need for a...

A brief google search showed that the info should internally be provided by all the major platforms. So someone has their work cut out for replicating this on the other...