David Dorfman

Results 10 comments of David Dorfman

`...` is aliased by oh-my-zsh: ```zsh > type '...' ... is a global alias for ../.. ``` See https://github.com/ohmyzsh/ohmyzsh/blob/master/lib/directories.zsh#L6

`enhancd` doesn't alias `$ENHANCD_DOT_ARG`. It's used when `cd` is invoked explicitly, like `cd ...`. You're probably looking for `alias ...='enhancd ..'` or something similar.

+1 I encountered the same issue. Fix is available in #148.

@MrMino: > Could you please provide an example of where you are hitting this bug? When I type: `s = 'file:///var/log/` to autocomplete a local path I hit the exception...

So far I have got along fine with the examples and comments in `ui.h`, but it would really help me now if someone explained `uiDrawFillMode`. Thanks.

I would find it useful to have the context show up in the `--display=json` output as well.

> @d3dave Wow, I really wasn't sure if anyone would use the JSON output! Could you tell me more about what you use it for? I want to render the...

It doesn't work for me at the official website, but after ten minutes of setup I got it running locally and it works great.

@franalbani Not OOTB. I fixed a couple issues and it works again :) 1. Drop the gradle image tag to `7-jdk8-focal` (`Dockerfile`): ```diff # build jar with gradle -FROM gradle:jdk8...