Jinwook Jeong (Edgar)

Results 10 comments of Jinwook Jeong (Edgar)

It's been 7 months, still in no response... I'm trying to test the Angular frontend on local machine, with the backend on remote. I really need the compatibility with zone.js,...

I had a similar issue when I tried to alias `terraform` to `tf`. I found a workaround: ``` alias tf=terraform complete -C /path/to/terraform tf ``` In your case, it's a...

@tim-finnigan https://docs.aws.amazon.com/AmazonS3/latest/API/API_HeadObject.html#API_HeadObject_Errors also references `NoSuchKey`. I have sent a feedback from the url.

@deankarn We can use specific baked-in tags to trigger specific baked-in validation functions associated with the tags. How validations work is already part of the API. By exposing baked-in functions,...

I think I found one more doubtful behavior. Please check if it's right ## Reproduce working directory: ``` Mode LastWriteTime Length Name ---- ------------- ------ ---- d----- 2019-06-14 오후 10:05...

Digging a bit, I discovered that the unusual output arises from the interplay between how global flags are printed and how the zsh completion script (`_docker`) parses the output. This...

@thaJeztah Wow, so fast adding the label!

https://github.com/zsh-users/zsh/blob/master/Completion/Base/Utility/_call_program Respecting the `COLUMNS` environment variable seems a reasonable option too.

@GiorgosXou Is `history-incremental-search-backward ` considered "redo" in this plugin? I expect `CTRL+R` to do the exact opposite of `u`. Please let me know if I'm wrong.

@GiorgosXou I'm embarrassed to find that `CTRL+R` triggers fzf in my shell. After disabling fzf, `CTRL+R` turned out to behave as intended. Sorry for my carelessness!