Jakub Žádník

Results 215 comments of Jakub Žádník

I think what might be happening is that each overlay gets its own config somehow and they are shadowed. There might also be missing `merge_delta()` somewhere between evaluating the config...

Seems like the default config might be read by default which I think it shouldn't if there is an existing config.

There was a broken external signature for `nu` in the default config that's now removed. Check if you have `extern nu` -- if yes, it's probably broken so try deleting...

Can you post the output of `env | get PATH` on both 0.65 and 0.66?

Ah, I wrote it wrong. I meant if you could show the PATH after translation to string, i.e., the raw column when running the `env` command.

Git commands are custom signatures defined in the default config, you can't have search terms for these at the moment.

Sorry, I moved to other projects and haven't used gdbgui or even gdb since, I don't have a reproduction example anymore.

You can paste the source here.

You can use `extern-wrapped` for `...rest` to be forced strings and thus be able to pass flags to externals.

You can use just `^my-command $args`