Jacob Pratt

Results 264 comments of Jacob Pratt

@Xanewok What is needed for this be on by default?

That survey is _very_ difficult to complete on mobile, and requires switching back and forth between pages. Overall, it looks pretty fair, though.

Somewhat related, I'm going to be using this to render for reddit posts, so options like this would be _super_ useful.

Just for reference, I emailed the maintainer ten days ago (early morning of August 19, 2020) and have not received a response. It is therefore my assumption that he is...

@Spoonbender It's certainly possible to fork it and republish with a different crate name. Unless @koute responds, it is not possible to transfer the stdweb crate name (he's the only...

@dtolnay Would a PR be accepted for this? Using proc macros, it shouldn't be terribly difficult to generate a function (which can have an `#[inline]` hint) and do something along...

@dtolnay Would a PR be accepted that resolves this? I asked a few weeks ago and received no answer. I don't think there's any question people want this.

@dtolnay Is this something you'd be interested in? I can try to work on it if you are. This issue has caused me to miss multiple bugs in my code,...

I attempted to simply error on the fallback to `deserialize_any`, but it's actually more involved than I expected. Here's the diff I have: ```diff diff --git a/serde_test/src/de.rs b/serde_test/src/de.rs index 673a0c0e..dce6206c...

Isn't this just `assert!()`?