Erhhung Yuan

Results 14 comments of Erhhung Yuan

Would it be possible, and desirable, to configure generic, externally installed CLI tools that could allow the user to filter any kind of response through one of the configured tools,...

Perhaps this can only be handled outside of the core component. I've solved this issue by putting `stdin` into **raw mode** and explicitly handling keys like ESC and SIGINT before...

Any update on this? Requiring HTTPS with SSLv3 for a **local** deployment makes it **completely unusable**. ```bash curl -vkL http://localhost:5050/ * Uses proxy env variable no_proxy == 'localhost,::1,127.0.0.1' * Trying...

Ugly manual parsing, but, hey, it works: ```bash echo '{"date":"2020-01-30T02:35:20-08:00"}' | \ jq 'def parseDate(date): date | capture("(?.*)(?[-+])(?\\d{2}):(?\\d{2})$") | (.no_tz + "Z" | fromdateiso8601) - (.tz_sgn + "60" | tonumber)...

@erankor I haven't tried your patch, but do you know if the `list_objects` call uses the preceding `--profile myprofile` option to obtain the proper credentials? I have lots of profiles...

If `sops --encrypt` by default outputs to stdout, why doesn't `sops --decrypt` read from stdin by default without a filename argument? While the filename convention of using "`-`" to denote...

``` /usr/local/bin/Magick++-config: line 53: pkg-config: command not found /usr/local/bin/Magick++-config: line 56: pkg-config: command not found ``` Isn't this output complaining about not finding `"pkgconfig"` and not about `"imagemagick"`? So how...

I'm using Node 6.3 and have no issues. I don't get a `finish` event, however, but a `close` event. Are you sure you're using `writeStream = fstream.Writer('output/path')` from the `fstream`...

I noticed this behavior **only if the `BAT_PAGER` environment variable is defined**. ```bash $ echo $PAGER less -Ln $ echo $BAT_PAGER less -Ln # shows file using less $ bat...

I'd say even separate the preferences for **terminal font** and **editor font** because, while both likely use a fixed width font, terminal would often use a **PowerLine** font with special...