James Sadler

Results 9 issues of James Sadler

This applies to version v0.5.0. The `Redirects.session_created/2` callback is invoked before assigning the current user to the conn.

I'm having difficulties getting my project to build. Essentially I want to create a publishable node module (let's call it `my-db`) that exports the zapatos DB instance and the generated...

enhancement

Interceptors are insufficient for capturing errors in the general case because they execute *after* a request has already been successfully decoded. This commit introduces a new concept called an ExceptionSink....

**Describe the bug** In `lib/grpc/server.ex` in function `do_handle_request` if the message fails to decode here `codec.decode(message, req_mod)` an exception is thrown but there is no way to capture the error...

enhancement

``` leexinc.hrl:268: Function yyrev/2 will never be called executor.ex:31: The specification for 'Elixir.GraphQL.Execution.Executor':execute/3 states that the function might also return {'ok','Elixir.Map'} but the inferred return is {'error', | #{}} |...

What is the reason for that particular design decision versus providing a more general `Visitor` implementation? Two options for a generalised Visitor trait come to mind: 1. expose pre +...

### Crate name sqltk ### Build failure link https://docs.rs/crate/sqltk/0.4.0/builds/1636051 ### Additional details sqltk's build.rs requires `cargo expand` to be available. My testing indicates that it is not installed on the...

## Description Bump `tmp` to 0.2.5 (latest at time of commit). In versions 0.2.3 and below, tmp is vulnerable to an arbitrary temporary file / directory write via symbolic link...

In PR #963 a check was introduced which limits which operators can be used with `ANY` and `ALL` expressions. Postgres can parse more (possibly _all_ binary operators, investigation pending) in...