chyroc

Results 30 issues of chyroc

show return http response body simple code ```go resp = http.Do() return { body: resp.Body } ```

feature request

bug code: ```go package main import ( "fmt" "github.com/looplab/fsm" ) func main() { fsm := fsm.NewFSM( "idle", fsm.Events{ {Name: "scan", Src: []string{"idle"}, Dst: "scanning"}, }, fsm.Callbacks{ "after_scan": func(e *fsm.Event) {...

bug

* [x] simple string * [x] blob string * [x] simple error * [x] blob error * [x] number * [x] null * [x] boolean * [ ] verbatim string...

enhancement
level:expert
server
backlog

in my CN macbook

bug

2022/02/24 17:07:56 Error in call to API function "files/upload": HTTP header "Dropbox-API-Arg": client_modified: time data '2022-02-24T16:50:46.921728694+08:00' does not match format '%Y-%m-%dT%H:%M:%SZ' ![image](https://user-images.githubusercontent.com/15604894/155494307-0be8d645-9725-41df-8544-592b6802e18f.png) should format as '%Y-%m-%dT%H:%M:%SZ'

bug