Mark Richman
Mark Richman
Trivial example: `example.nim:` ```nim import htmlgen import jester routes: get "/": resp h1("Hello world") ``` `example.nimble:` ```nim requires "jester >= 0.6.0" requires "httpbeast >= 0.4.1" ``` Output: ``` nim c...
Describe the bug I am trying to fetch an OAuth2 token from Amazon Cognito using the OAuth2 helper for "Implicit" grant type. To Reproduce Steps to reproduce the behavior: Go...
Following this [example](https://github.com/epiphone/serverless-nim-sample/blob/master/src/createUrl.nim#L23) I get the following compiler error: Error: ambiguous call; both dynamodb_20120810.call(call_553652223: Call_Query_553652209, path: JsonNode, query: JsonNode, header: JsonNode, formData: JsonNode, body: JsonNode, content: string) [proc declared in...