Thomas Sibley

Results 339 comments of Thomas Sibley

> The problem is that on both macOS and Windows, it's them that provide the resolvers. And so far I have not found a way to tell them that `.multipass`...

Ok. It seems then that `.multipass` could work inside and outside of instances on all platforms if Multipass could (1) run its own super minimal DNS resolver for VM instances...

@brian-brazil Is there a reason why multiprocess mode does not preserve the help text? It seems like it could be passed along and serialized alongside the metric name and labels...

@csmarchbanks Great, thanks! I expect I'll make a PR sometime in the next few weeks unless someone beats me to it (but given this issue was opened over 3 years...

This is still pretty annoying, especially since @fab1an's workaround above doesn't actually work on my machine. :-/ Can Postgres.app not just statically link to readline at build time instead of...

@fab1an I did copy the exact line. It changed the behaviour of `^R` yesterday, but it wasn't actually completing correctly (stuff I could see in history using up/down wasn't visible...

While further customizing .editrc, it took me a few minutes to realize that some lines weren't working because the file does not appear to support comment lines starting with `#`...

Just some navigation basics that my fingers still use: ``` bind "^R" em-inc-search-prev bind "\e[1~" ed-move-to-beg bind "\e[4~" ed-move-to-end bind "\e[3~" ed-delete-next-char bind "\e[2~" ed-quoted-insert bind "\e[1;5C" em-next-word bind "\e[1;5D"...

@jakob Two of the obvious problems with libedit include: * Standard history/line navigation keys don't work out of the box, requiring arcane configuration. Documenting this may help a little, but...