Sébastien Renault

Results 7 issues of Sébastien Renault

## reproduction steps using Scala 2.12 or 2.13 ```scala object Main { def main(args: Array[String]): Unit = { val RegScala213 = ("\""+"""([^"\x00-\x1F\x7F\\]|\\[\\'"bfnrt]|\\u[a-fA-F0-9]{4})*"""+"\"").r // Scala 2.13 //val RegScala211 = ("\""+"""([^"\p{Cntrl}\\]|\\[\\'"bfnrt]|\\u[a-fA-F0-9]{4})*+"""+"\"").r //...

This issue is related to opentelemetry-lamba for NodeJS. My project is using Sentry to report all unhandled errors. We integrated Sentry into our project by using the official lambda [layer](https://docs.sentry.io/platforms/node/guides/aws-lambda/layer/)....

For put/post routes, give possibility to pass an object when using resolve method.

enhancement

### Add support for function call. I would like to `eval` based on prompts that utilize `function_call`. From I have seen in the code, it's not possible at the moment....

The code assumes the query is at the first index: https://github.com/birkir/gatsby-source-graphql-universal/blob/master/src/index.js#L68 This cause some preview issues in the gatsby-source-prismic-graphql.

Is there any reason why the http client & server are synchronous ? Blocking the main thread should not be ideal.

question
design
#http
#net

Currently I don't see anyway to reference an existing function when adding a new authorizer to `ApiGatewayV1`. I tried to pass the `arn` instead of the handler path without any...