Matt Fellenz
Matt Fellenz
Example 18.118 says `li re ge su'i gi pi'i re du li vo`. This is wrong. In none of the official YACC grammar, Camxes, and Ilmentufa does this parse. To...
`li pimu su'i ni'upimu bi'o ke'i ma'upimu` The interval connective uses a GAhO after the BIhI but not before, which is invalid. A corrected example might simply remove the GAhO:...
Example 18.80 says it's 10.11:  It should say its correct number.
They say JSON is the only format available by default, but I think it has been changed to TOML only by default.
Features should be additive. The nochanlists feature _removes_ a feature, so it isn't additive. Instead, there should be an additive flag called `chanlists` that is enabled by default (or you...
Related to #373. For patterns like this: ```rust fn body() -> Markup { ... } html! { h1 { "My page" } main { (body()) } } ``` There is...
I am using n and N but they seem to only navigate between hunks rather than between files. The README and the book say that they should navigate between files....
I'm trying to use JDTLS in Neovim. The project is an Android app using Gradle. Here's the full error that I get: ``` assertion failed: Marker property value is too...
This provides the same functionality but without temporary files, platform-specific code, fragility of `O_TMPFILE` support, and an extra dependency.
This crate includes some iterators. It would be nice if those iterators had proper size hints.