Sergio Benitez

Results 252 comments of Sergio Benitez

> I have learned what Option does through experience not intuition, so I wouldn't exactly call it clear, but it is well defined. You're right. I'm not sure why this...

Just a thought: if we 1) change `Option` so that it only captures forwards and fails on failures, and 2) introduce a `NonEmpty` guard that forwards on empty body data,...

What's the status of this? We were looking into having a postgres DB available when the CI runs to merge this. @ELD Were you working on that? It would be...

This has been requested in the past, but there hasn't been much support behind the request. It seems rare that one needs this feature, and when it is needed it's...

Oh, one last thing to note: one thing I'd like Rocket to do in the near future is to allow non-standard HTTP methods in addition to the current set of...

I've implemented a version of this in the [wildcard-method](https://github.com/rwf2/Rocket/tree/wildcard-method) branch. It still needs testing (and tests), and I'm not satisfied with the memory trade-off currently implemented in the router. To...

> Not sure if this is a second ticket worthy but it would be nice to perhaps provide support for this via a callback which can allow for returning different...

> Sure, ideally as long as it's not all managed or all user driven (ie it would be nice to say here's my tls function without having to manage every...

> Can I work on this? Yes! I'll post a quick guide on how to do so in the next day or so. In the meantime, it would be ideal...

Here's a guide on how to work on this issue. If you decide to work on this, please let me know. I'll assign the issue. ## Getting Familiar The first...