Rex

Results 33 issues of Rex

Doesn't look like there's been a version update since 2017. Is it time to release a new version?

https://github.com/realm/jazzy

In this ![example](https://github.com/async-graphql/examples/blob/master/actix-web/token-from-header/src/main.rs#L23), how can I access `ctx` from the request or schema? I need to pull something out of ctx before I call `schema.execute(request).await.into()`. Thank you

Hi, if the token is missing I'd like to throw an error by adding it to the errors payload in the response. This ![example](https://github.com/async-graphql/examples/blob/master/actix-web/token-from-header/src/main.rs#L28) doesn't demonstrate that, do you have...

I tried using `pg_query::parse` (rust) but the body of plpgsql functions comes up as a string `"begin end"`. Moreover to use `parse_plpgsql` I have to use a full function definition,...

plpgsql

Documentation for plpgsql function parsing is said to be experimental, but when I tested it on a variety of functions it appears to work. Would you mind documenting what about...

When using `OneOf` there is failure to differentiate between an Int and Double. Examples: ```swift let parser = OneOf { Double.parser(of: Substring.self).map(.case(Value.float)) Int.parser().map(.case(Value.int)) } let input = "1.0" let argument...

context https://bugs.swift.org/browse/SR-7308 https://github.com/apple/swift-source-compat-suite