Andrew Chang
Andrew Chang
When a string contains zero-width joiner (ZWJ), ZWJs will be skipped and not notified by `ReplaceAllStringFunc` function. Here is my test codes: [playground](https://play.golang.org/p/gjgUIz_Q0wP)
version: v1.1.10 code: ```go package main import ( "encoding/json" "fmt" jsoniter "github.com/json-iterator/go" ) type obj struct { Msg string `json:"消息"` } func main() { jsonit := jsoniter.ConfigCompatibleWithStandardLibrary // \u6D88\u606F are...
- Device: MacBook Pro 13-inch, 2020 - Terminal: build-in `Terminal` application - Description: - After the width of terminal got thinner, the previous bar remain above (which is acceptable). -...
### The following program `sample.go` triggers an unexpected result ```go package main import ( "fmt" "github.com/traefik/yaegi/interp" "github.com/traefik/yaegi/stdlib" ) const definition = ` package desc const desc = "Hello, world" `...
>> 第 17 次查询 XX -> XX 2020-12-05 16:28:19 [ 查询到座位可用 出发时间 20210102 车次 XXXXX 座位类型 一等座 余票数量 有 ] 检查完成 开始提交订单 提交订单失败,错误原因 [] ----- 这个错误原因很奇怪,也没办法定位问题
Ubuntu 20.04,按照 README 说明放了 `3d0d7e5fb2ce288813306e4d4636395e047a3d28` 和 `31bb7ba8914766d4ba40d6dfb6113c8b614be442` 两个文件之后,执行 `npm run cli`,报错: ``` > [email protected] cli /root/projects/github.com/harrisoff/ios-message-export > npm run build&&node dist/cli/index.js > [email protected] build /root/projects/github.com/harrisoff/ios-message-export > tsc -p . /usr/local/lib/node_modules/typescript/lib/tsc.js:93...