Saurabh Nanda

Results 351 comments of Saurabh Nanda

Okay, managed to figure out how to create an `Env` at the end of the oauth flow, which calls `exchange` internally to get the access/refresh tokens: ``` oauthReturn :: Maybe...

Does anyone know where this file is coming from? https://github.com/brendanhay/gogol/blob/develop/gen/model/sheets/v4/sheets-api.json I guess the autogen infra is emitting Haskell code according to this file.

I'm reading https://github.com/brendanhay/gogol/blob/develop/gen/README.md -- what kind of stuff can go into the `annex/**.json` files? Can we override the service descriptions via the corresponding annex file?

@BartAdv I'll settle for Option 2 (unify into a single ADT) or Option 3 (throw exceptions instead) and see how the domain API gets used in the servant handler. If...

What's the advantage of having runAppM return a AppResult? Why cant the exception handler be in runWithLogging directly? Will this remove the need for the third argument to runWithLogging as...

@wz1000 do you want to add the following to this issue, or treat the separately: - Enum support - JSONB support - Array support - Building out audit logs?

> What do you mean by Enum support and Array support? Figuring out how Persistent can handle PG ENUMs and arrays. Check out the schema at https://github.com/vacationlabs/haskell-webapps/blob/master/ServantOpaleye/db/schema.sql to understand use-cases....

Also, what about housekeeping columns, like `created_at` and `updated_at`, and how to deal with them in Persistent?

> However, it doesn't support PG arrays. Do you want to spend time looking around some (unpublished) projects that solve this problem? > They'll have to be dealt with manually,...

@wz1000 has this been closed by #30