Matt Fellenz

Results 66 issues of 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...

geklojban-issue
geklojban-fixed

`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:...

geklojban-issue
geklojban-fixed

Example 18.80 says it's 10.11: ![Example 18.80 says it is 10.11](https://user-images.githubusercontent.com/58113890/191338722-e949d096-ba91-4621-8a5d-516ee0171cbb.png) It should say its correct number.

geklojban-issue
geklojban-fixed

They say JSON is the only format available by default, but I think it has been changed to TOML only by default.

docs

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...

enhancement
help wanted
good first issue

Related to #373. For patterns like this: ```rust fn body() -> Markup { ... } html! { h1 { "My page" } main { (body()) } } ``` There is...

enhancement

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...

client/integration
importing

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.

perf