Ryan Leckey
Ryan Leckey
@SergioBenitez :+1: I'll take a crack at this then. You should have a PR in the next couple days.
I believe the development story for Rocket's logger could be improved. Rocket currently logs an incoming request like: ```rust GET /239: => Matched: GET / => Outcome: Success => Response...
@flybayer That's not possible to detect as its a configuration issue on your end with your font missing the glyphs. I'd prefer it if we just dropped the emojii but...
Definitely want to see this. Something like: ```rust #[jni("com.example.Foo")] pub fn init(filename: &str) -> Result { ... } #[jni("com.example.Bar")] pub fn close_it(env: JNIEnv, filename: JString) -> Result { ... }...
> In launchbadge/sqlx#191 it's been noted that support back to v3.8.11 is desirable. I just want to clarify that I meant "at least 3.8.11". I have no preference when it...
The main issue to me with a macro is it duplicates documentation. I'd rather rustdoc handle these by inlining documentation with a clear back-reference to the trait. A attribute would...
@stepancheg `h2` seems to support both ALPN and trailers as of today from me taking a quick peek at it
Fair enough. Hopefully that can be resolved in `h2`.
@stepancheg Can I assume you're not working on this right now? I don't mind jumping in to help here. I suppose we need to update https://github.com/stepancheg/rust-http2 first.
`tokio-core` to `tokio` isn't a large change. It can just feel large. I've changed over a number of libs already. I'll see what I can do with a PR to...