Daniel Compton

Results 358 comments of Daniel Compton
trafficstars

I agree with @seancorfield here, I wouldn't say I've seen strong consensus either way in the community. I can certainly see an argument for picking one approach in a company's...

>I'd like to nominate @puredanger and @danielcompton, if they'd be willing to accept this. I'm honoured to be nominated and would be happy to accept 😄.

> I also find the good / bad wording a not that constructive. Do we need to include examples labelled bad, it would seem recommended examples are all that are...

This seems subjective to me and hard to make a recommendation for when to use one or the other. Often I find that I'll split a threading macro onto multiple...

I think switching to https://mlab-ns.appspot.com/ndt_ssl?policy=all might help here, it gives the FQDNs as dash separated so that they can be contacted over HTTPS. https://github.com/m-lab/mlab-ns/pull/51 https://github.com/apenwarr/blip/blob/a2075e3bab03a6f8e5ab0876ecdd2542818a40de/blip.js#L279

Is this how other HTTP clients handle this kind of error? It seems like a bug in a server if it doesn't return the correct content-type. There's certainly a good...

I think we were talking about different content-types: you were talking about the one that the client sends, and I was talking about the one returned by the server? The...

@quoll I’m still not clear on the exact flow that is leading to your error, can you post the headers and body of the HTTP request and response?

#139 kind of paves the way for this. I've been thinking about how best to allow people to do just what you're asking, #2 is another long standing issue that...

Yeah, there really needs to be identifiers for every rule (or collection of rules) which would let people specify rules to include/ignore. A PR on this would be amazing if...