Jamey Sharp

Results 262 comments of Jamey Sharp

Hmm. I guess if all my API entry-points have unconstrained type-parameters for any `Request` and `Response` arguments then that's a type-level proof that any type of body is fine, and...

I was glancing through open issues and saw this and thought it ought to be easy to write a unit test for. And it is! Here's one that fails on...

In a funny coincidence, @shieldo, about the same time you posted this I started typing at fixing up the tests to match the API changes I proposed—which include @zkat's suggestion...

You were right that I needed to change to `max-age=1` and always using `pause_after`. Otherwise I think Varnish didn't do `stale-while-revalidate`, and also that gets several caches to do `stale-if-error`...

We fixed this issue for most people by switching to HTML5 date widgets, two years ago: see #244. The problem here is that Safari doesn't provide any UI for HTML5...

Thank you for implementing the "Send organizers an email when a new community is submitted" part of this issue! Re-opening to keep track of the "Distinguish between communities that have...

When I first read this issue, I meant to mention: Yes, I would love to do this, and thank you for linking to a good resource on the subject. We...

I could be wrong, but I don't think this site ever had a favicon...? I can't find one anywhere in the git history, anyway. So there are two major steps...

I like this idea! > > Bugpoint's mutations are much less flexible as they replace for example int returning imstructions with iconst 0. Or they remove things. They never change...

Hah, I guess I accidentally implemented what @cfallin proposed just by being confused. Thanks for digging that link up! It's helpful context. I noticed a couple things that I think...