Stephen Chen
Stephen Chen
currently test on [1.8](https://github.com/RPing/influx-prompt/blob/master/.travis.yml#L16)
It happened in Sublime text 3.2.2 full log ``` ** 2021-09-05 17:40:13.815383 **: GoSublime init r20.06.14-1 (0.003s) | install margo: no | install state: done | sublime.version: 3211 | sublime.channel:...
`delegator.chain("printf '' | awk '{print $1}'")` would hang, while `delegator.run("printf '' | awk '{print $1}'")` wouldn't. It seems that the command would block in `pexpect`: ``` ^C--------------------------------------------------------------------------- KeyboardInterrupt Traceback (most...
fix Readme.md, mainly about syntax highlighting.
Hi, timesnap is really awesome! Here is a problem that I encounter. I want to tune page load timeout (puppeteer navigation timeout defaults 30s), like [page.setDefaultTimeout](https://github.com/puppeteer/puppeteer/blob/56742ebe8cbb353d7739faee358f60832ef113e5/docs/api.md#pagesetdefaultnavigationtimeouttimeout) or [page.setDefaultNavigationTimeout](https://github.com/puppeteer/puppeteer/blob/56742ebe8cbb353d7739faee358f60832ef113e5/docs/api.md#pagesetdefaultnavigationtimeouttimeout), so I...
ChatGPT API released: https://openai.com/blog/introducing-chatgpt-and-whisper-apis The translation request payload would be like ``` translate the following sentence in Chinese: "..." ```