Mark Vander Stel

Results 142 comments of Mark Vander Stel

I can confirm that Docker 20.10.6's ipv6nat implementation works, and it seems to work exactly like how this container was doing it. The only difference I have seen is that...

> How do I make this work with docker-compose stacks (which use custom bridge networks)? My containers only get IPv4 addresses unless I use the default bridge network. You need...

> Probably more a job for [direnv](https://direnv.net/) or [autoenv](https://github.com/hyperupcall/autoenv) than for the prompt. I agree. I have used direnv before, and it is quite slick, and already solves the "configuration...

I would not find this useful, but I'm sure some people would. Biggest issue is gathering this data. I'm sure Linux probably has a sysfs interface, which would make this...

> What about just checking the filesystem mounted for the current directory? I like that idea a lot. I didn't know that `df` allows for a path argument. > ```shell...

> Not sure this can be done in a portable way, especially for Linux. That is going to be the trick. For the `external-tool-tester.sh`, I just dump as much info...

> and Fish? Liquidprompt does not support Fish. Fish is quite different, and does not follow most of the POSIX shell stuff. I doubt it would be possible to make...

This is a good idea, but it will need a lot of work. Path shortening is by far the most complicated part of Liquidprompt, and I expect this to be...

Interesting idea. Could cut down on tool support requests, assuming the tools expose things as environment variables. One catch is that Associative arrays were added to Bash in 4.0. As...

I agree, we should leave it, but add a section to the proxy config docs explaining how you can add a line to the env vars config to do the...