Ryan Scheel
Ryan Scheel
I've noticed that there are no examples that use cookies, and some APIs require cookies. It'd be useful to document how to send specific cookies in request, especially since they...
Sometimes beam files can be in sibling projects or in the deps of the umbrella project itself. When this happens, ElixirSublime cannot find them. This makes using ElixirSublime impossible for...
Module is missing information on how to use module.
Every item should declare what paths it adds. We can say that the canonical path for an item is its *path prefix* followed by `::` followed by the item's *path...
Fixes #972 There's more that I want to do, but I think it requires creating a brand new chapter for places. Main information on temporaries don't really belong in the...
Basically, we change : ```md [_Expression_] `*` [_Expression_]\ ``` to ```md [_Expression_][HP] `*` [_Expression_][HP]\ [HP]: ../expressions.md#expression-precedence ```
- [ ] Literal expressions - [ ] Path expressions - [ ] Block expressions - [ ] Operator expressions - [ ] Grouped expressions - [ ] Array and...
Instead of wrapping paragraphs at 80 characters, each sentence should be on one line. There's not enough bandwidth to convert the entire reference at once, so PRs that touch a...
We use "field" and "element" quite a lot but don't actually define what they are. We need to define them. We could get rid of the use of "element" (in...
C++ calls them [value categories](https://docs.microsoft.com/en-us/cpp/cpp/lvalues-and-rvalues-visual-cpp?view=msvc-160). Since we call one "value expression", I'd like to avoid that term and instead call them a category of some kind. Since the distinction is...