Matthew Graham

Results 15 issues of Matthew Graham

if I click on a URL that wraps past the end of the screen, the part that wraps to the next line does not get highlighted. The terminal on my...

Leema needs a bigint type for doing fun math stuff with big numbers [Rug](https://crates.io/crates/rug) seems like the most likely, partly b/c it's build on old gnu stuff. The other alternative...

help wanted

Users need to be able to assign to a structure's fields. Probably do this in an immutable data structure way

a match block w/ no match panics. expected: it should give some kind of failure, not completely crash w/ a rust panic.

If a generic function is defined to do something, allow a version to be defined that overrides that specific type. C++ does this, have it be something like that. ```...

Add interfaces that define functions. Allow the interfaces to be implemented for specific datatypes. Allow function parameters and struct fields to be specified as the interface type. Need to work...

leema needs a memcache client. Using an existing Rust library is fine as long as it's using async I/O and doesn't block the main process.

help wanted

Make the Rust Regex library available in leema: https://docs.rs/regex/1.0.2/regex/struct.Regex.html

help wanted

Domain types (in leema) are type aliases that can only be aliased in one direction. They are to be used when constraining the values of a type to a particular,...

## Problem The PrecClimber handles precedence between infix operators, like `a + b * c`, but doesn't handle precedence between prefix or postfix operators, like `-a.b + c`. ## Expectation...

enhancement
in-progress
generator
pr