Adrian Tam

Results 7 comments of Adrian Tam

Hello @dblclik . Thank you for your interest in this project and for raising this issue. The suggested change makes a lot of sense, and we would love your contribution...

+1 I try to do recover like the following and still not able to recover defer func() { if r := recover(); r != nil { err = fmt.Errorf("Access problem")...

Looks like either master have problem or the travis ci has some issue (https://travis-ci.org/tmrts/go-patterns/builds/255208038)

Error: context canceled usually indicates timeout. One of the first thing to check is to see if your database is dimensioned correctly (i.e., the CPU, [number of connections](https://www.postgresql.org/docs/current/runtime-config-connection.html) etc.) for...

Hello @jaymcguinness , thank you for reporting this issue. We are not able to reproduce the CORS error with (`docker run -p 8080:8080 -p 3000:3000 openfga/openfga run`). Can you provide...

Hello @le-yams , thank you for raising this issue. In order to check whether you are done reading, you not only need to check whether has continuation token is true,...

Hello @le-yams , thank you for your notes. You are correct in that empty string means the last page (sorry that we were mistaken). With that in mind, you should...