Masahiro Wakame

Results 89 comments of Masahiro Wakame

thanks for your response. I tried to fix this trouble in this 2days. but I can't... I think this library a bit difficult to debug. I think `github.com/jensneuse/graphql-go-tools/pkg/engine/plan` has some...

@chedom what a great work! 👍 I am very interested in how you were able to identify and fix the problem! BTW, I tried my PoC code with your branch....

ah, I found. when `edges` or `nodes` data length is 0. response message becomes `unable to resolve`.

@chedom what a great! I tried your new commit with my PoC. It looks work fine now 👍

I met this issue today. thanks to this issue, I knew what was wrong.

make sense. Japanese user will search this github repository's issue with `Japanese` (or CJK), they will be find this issue. It's maybe useful already. so, It might be even nicer...

okey, I'll try it & send PR 😸 I slept overnight and reconsidered. I'm a Japanese IME user. but Library user (= app developer) is not CJK IME user almost....

I have some interesting to this issue. so, I want to add `traceId` and `spanId` to fields from context with OpenCensus. It requires context from `logger.Xxx(msg string, fields ... Field)`...

@ktis sorry for late response. I checked v1.4.0 release note. https://github.com/googleapis/google-cloud-go/releases/tag/datastore%2Fv1.4.0 minimal reproduction code ``` func TestIssue88_mini(t *testing.T) { loc, err := time.LoadLocation("Asia/Tokyo") if err != nil { t.Fatal(err) }...

It's inherit from origin datastore package. https://github.com/golang/appengine/blob/9d8544a6b2c7df9cff240fcf92d7b2f59bc13416/datastore/datastore.go#L259 What's message do you like?