David Judge

Results 34 comments of David Judge

#1742 It seems to be an android issue

Why the `Option` is the Option's Residual type? Why not the option itself: `Option` ? This would let me do: ```rust impl FromResidual for MyResult { fn from_residual(_: Option) ->...

Meanwhile, I found an even better workaround. I put it here. This may be useful for somebody else too: 1. Define`SomeError` and `MyResult`. `MyResult` is needed because I'm not allowed...

@luisrudge I added some tests. They're partly integration tests because getting the client's path is not a documented feature of prisma, and also I didn't know when it returns what,...