Maxwell Ruben

Results 4 issues of Maxwell Ruben

I am writing a library that contains many different data structures. I have a module that contains common functions that many data structures share, each with their own class. Currently...

enhancement
extractor

When using ```value = value or ``` syntax with optional types, the optional should be refined to a non-optional type as it is now known not to be nil. Example:...

bug
type states
fixed by new solver

Hello, I am currently looking to write some tools with lune that deal with very large files. The only option for opening files is to read the entire thing into...

enhancement
pending / needs design

On the installation page, it says that lune is packaged in a way that is compatible with cargo binstall. However, when I try to install it with cargo binstall it...

needs information / investigation