Herman J. Radtke III
Herman J. Radtke III
Strange, the `Timeout` future is being dropped properly. This is happening inside [hyper](https://github.com/hyperium/hyper/blob/ba2a144f8b81042247088215425f91760d8694a1/src/client/mod.rs#L514). Maybe I violated some invariant that I did not realize.
I am unable to reproduce this. I modified my example client to spawn a background task and then wait on the main thread to see if the log message shows...
Thanks for the code! My guess is that the connector is never getting consumed. I am not sure if it is something I am doing wrong or not. Let me...
I tried getting this working, but libvips is giving me non-stop problems. My running theory is that `web::Data` is `Arc` under the hood, there is a connection that is never...
@augustocdias have you updated to the latest version?
Hi @augustocdias, The hyper `v0.14` release is now supported. If you have time, try that and see if the issue persists.
I agree that JWT should not be recommended. [JWT (JSON Web Tokens) is a Bad Standard That Everyone Should Avoid ](https://paragonie.com/blog/2017/03/jwt-json-web-tokens-is-bad-standard-that-everyone-should-avoid) does a good job of explaining the issues as...
@joseym Did you submit a PR? I did not see one. A big :+1: for composer support for underscore.
:+1:
I created a domain: ```sql CREATE DOMAIN ulid_d AS TEXT CHECK (...); ``` you can check for length, do a full regexp check, etc.