Bryan Fink
Bryan Fink
I think it is probably caused by the [removal of parameterized modules in OTP 21](https://www.erlang.org/downloads/21.0) > "Tuple calls" have been removed from the run-time system. It should be fixable by...
@Vagabond Unrelated, I believe, other than the fact that this is one of those two `exit(normal)`s you mentioned. I'm concerned with the logger that's normally used to write access logs:...
I've reviewed the two linked issues here, and read RFC 5798. Going just on those, I would make the following recommendations for PATCH. It would be useful to have examples...
Just cleaning up a bit. It seems like this should have closed when #302 merged, yes?
LGTM. To test, I put an anonymous function in my resource's context. `wmtrace_resource` blows up with this before: ```erlang {error, {error, {badmatch,{error,{855,erl_parse,["syntax error before: ","Fun"]}}}, ``` But it successfully loads...
… and only now do I remember that this PR was targetted at the develop branch. I'll add this change to #313
It's unfortunate that your searching led you to that Wikiversity article. The reason that POST doesn't seem thought through is that the resource there does it wrong. Registering the same...
I think this was fixed by #142. A few notes: 1. [The docs](https://github.com/webmachine/webmachine/wiki/Resource-Functions#delete_resource) were a bit obtuse about what the returns from `delete_resource` mean. Here, `false` means there was an...
I think a `response_finished` callback could be a nice addition. But in the meantime, I've just submitted a pull request to better enable the facilities that Sean pointed to. Since...
This happened in #309, except by that time it was mochiweb 2.22.0.