Sergio Benitez
Sergio Benitez
Yes, this is a very hard change to make. It would require _at least_: 1. Changing or checking every place that checks/assumes that a dynamic trailing parameter (i.e, ``) is...
I'm closing this as Jeb has indicated that he won't be able to push it forward. This is something I will personally prioritize for Rocket 0.6.
By the way: if anyone is interested in making this happen, I would love to actively mentor that person.
@oren0e Sounds good! Hop on the Matrix channel if/when you're ready.
It's in the README and the website. Here's a direct link: https://chat.mozilla.org/#/room/#rocket:mozilla.org
It sounds like the problem has mysteriously disappeared, and that attempts to isolate it have failed. Hopefully this implies that the issue, if any, was somewhere under Rocket and has...
There isn't a bug here, as Rocket is doing what it documents it does. However, given that at least one person has considered Rocket's behavior a bug, perhaps it's worth...
In `rocket_db_pools`, the suggested functionality can be implemented via an implementation of `Poolable` that mostly forwards to an existing implementation but customizes as needed. The specific request would look something...
I'd really like to land something like this soon. From https://github.com/SergioBenitez/Rocket/pull/1820#issuecomment-1491101297: > I don't think exposing `hyper` types is the approach we want to take on this one. I think...
Here are some more details for the kind of resolution of this issue that I'd like to see, copied from https://github.com/SergioBenitez/Rocket/pull/2013#issuecomment-1504074077: * Remove all connection configuration from the top-level `Config`....