Sean Cribbs

Results 56 comments of Sean Cribbs

You can also change the indicator for a root of the project with advice. It's not pretty, but it works for me now: ``` emacs-lisp (defadvice alchemist-project-root (around seancribbs/alchemist-project-root activate)...

What sorts of guarantees does a channel provide? If there's an expectation of linearizability of a sequence of messages from the same origin process over the channel, I would not...

I concur with @justinsheehy, it seems independent of other decisions, so the earlier the better.

For what it's worth, `If-None-Match` is generally only used with `"*"` as the value, preventing blind overwites of resources that have already been created. It's a similar problem to doing...

Sorry, the other usage of `If-None-Match` is obviously conditional `GET`, where you want a `304 Not Modified` if the ETag(s) still match.

@SebastianEdwards Have you made any headway on code/tests for this feature?

I think the better solution would be to have `render_error` properly set the headers. If that means clearing the selected encoding, that would be preferable to reporting the `content-length` incorrectly.

@jimvm I was merely suggesting the most expedient solution, not a hard-and-fast one. Basically, regardless of what the response returns, the `content-length` needs to take into account the `content-encoding`, or...

Actually, it should be perfectly reasonable to do certificate authentication. The problem usually is that every single webserver exposes (or not) this information differently! If we can get to the...

I'm not saying don't do it, I'm just saying I've tried before and failed miserably. Please do investigate.