Sergio Benitez
Sergio Benitez
@dtolnay What do you think?
Can we just use `#[doc(hidden)]` on the function?
@dtolnay Can we just copy that function into Rocket verbatim? Perhaps with a note in `serde`, similar to the `json!` macro, that Rocket is using this private method?
@sazzer If there's a standardized and registered media type that Rocket is unaware of, please open a PR to add it to the list of known media types.
For posterity: there is no nice mechanism, as of yet, to request that warnings emitted from proc-macros be silenced in any fashion. Note that, on stable, we _cannot_ emit warnings...
As a note, once #21 is resolved, we should enable installing custom subscribers through `Rocket`. Then, hopefully, we can install a subscriber that buffers log output and use it for...
Please use 0.5.0-rc to see if the problem still exists. If it does, this is likely a configuration issue with SQLite directly. If you enable debug logging, we should be...
Awesome, let's give this a whirl. Unfortunately UI tests are flaky, so we may get a failure. It's probably time to remove them, or somehow not depend on them, entirely.
Merged in f0d678d464e776aaaf5d7d5f1d30df3422d362f9 with a few fixes. Thank you so much for this! Extraordinarily helpful.
> No, it compiles with `sqlx` set to `0.5.0` or `*`. It's using the `sqlx` macros from `rocket_db_pools` that's the problem. This is just a version mismatch. You need to...