Ryan Stewart

Results 5 issues of Ryan Stewart

I'm reading the docs for the first time, and several typos stand out. I've suggested mostly minor fixes here. I don't think any can change the meaning of the content,...

missing-ticket
docs

In `mc_worker_api`, an `update` goes like ```erlang update(Connection, Coll, Selector, Doc, Upsert, MultiUpdate) -> Converted = prepare(Doc, fun(D) -> D end), command(Connection, {, Coll, , [#{ => Selector, => Converted,...

In [`webmachine_decision_core:finish_response()`](https://github.com/webmachine/webmachine/blob/9c9bd3a1c7b1dbb04e356314fa5cd9a49e1910c5/src/webmachine_decision_core.erl#L90), it goes like ``` ... resource_call(finish_request), wrcall({send_response, CodeAndPhrase}), ... ``` In the case of a streamed response, like `{stream, Something}`, this can lead to the `finish_request` callback happening...

According to the wiki, a custom error handler [can be installed via the `error_handler` option](https://github.com/webmachine/webmachine/wiki/Configuration#error-handler); however, a [commit from October](https://github.com/webmachine/webmachine/commit/a06256e0d3a2224e934157788a6a49d9346c7f18) added several ["default" values to the webmachine app file](https://github.com/webmachine/webmachine/commit/a06256e0d3a2224e934157788a6a49d9346c7f18#diff-0439e3c60075d41ff24ade175d2d1195R13). One...

## Description I was trying to install rvm for the first time following the instructions on the [home page]() to install the latest stable version. It failed with a bad...