Sun Wuan
Sun Wuan
```ruby #!/usr/bin/env abs f foo() { for t=2; t>0; t=t-1 { if arg(2) != "ok" { sleep(100) continue } return [0, "ok"] } return [1, "ng"] } f bar() {...
```lua #!/usr/bin/env abs cli = require('@cli') @cli.cmd("foo", "opts", {"s": 1 }) f foo(argv, flags) { echo("flags: %s", flags.str()) } @cli.cmd("bar", "opts", {"ss":1 }) f bar(argv, flags) { echo("flags: %s", flags.str())...
It works well, thanks [pjeby ](https://github.com/medovob/workflowy-for-coders/issues/5#issuecomment-13360365).
连续输入功能
改用拼音引擎,实现了长句的连续输入。自己用的效果还不错,想推荐给更多人。 如果有兴趣合并的话,我准备一下提个 PR。如果不感兴趣的话,我就自 HI 了 :) > 擅长语句输入,两码一字,三码也可,弱化空格。与原版的、基于字词的、码表类传统输入方式相比, > > - 单字取原版码表的前 3 码,前两码小写,第三码大写 > - 单字中 26 个一级简码,由一个带分号(;)的字母表示 > - 三字(含)以上的词组,补一个分号(;)在原版编码末尾 > - 包含 24 万词条,由拼音输入引擎动态调整字词组合 > - 轻度缓解空格焦虑,降低右手姆指腱鞘炎的发病率...
Even when a user sets the `Content-Length` header, the HTTP request still uses the `Transfer-Encoding: chunked` header and ignores the user-specified `Content-Length`. When I used blackbox_exporter to send a POST...