Julian Büttner
Julian Büttner
Hi there! Thanks for reporting. The stack trace was not very helpful but I found the Übeltäter (person making trouble, german). [core/http/src/tls/util:L20](https://github.com/SergioBenitez/Rocket/blob/master/core/http/src/tls/util.rs#L20) It literally just reads the first line and...
An option to opt-in would be great. It is really useful for big, complex, heterogeneous data strucutures. ```rust use pretty_assertions::diff_only::assert_eq; ```
It is not limited to `debug`. I know that debug does not fail for printing undefined variables. I found the bug by trying to generate a docker container with an...
Thank you for linking the reference. I see why it was implemented, however, I think the behaviour should not have been changed, dictionaries with undefined values should be converted to...
I can't help but to feel disappointed. 10K loc in roles where it took me hours to figure out this new behavior even existed in the first place are rendered...
Thanks for implementing. Looks good in general. Why are we inserting "key" and "value" into the headers map though? I am currently on mobile, will look at it and test...
You can simply delete the line, commit and push it to your branch.
I ran into the same issue - out of memory. So I am interested in this solution. Having an iterator would be great. The callback is a bit limiting, currently...
It looks like it is working as expected, but for production readiness I would propose the following: - refactor code for simplicity - the maximum indent is currently around 9...