Austin Davis

Results 6 issues of Austin Davis

I have been working on implementing a stack-safe `Arrow` typeclass, and my current implementation is stack-safe both for function-composition and for evaluation. It's still a work in progress, but you...

Right now I have some compelling use cases for generating a record to represent the `t_variables` type along with functions to parse and serialize that type. The biggest thing for...

It's important for this library to be consistent across modules in things like naming conventions, binding optional parameters, handling `options` objects, using named arguments, etc. We also use a couple...

info

We need more tests. This issue exists to clarify the testing goals of the project and give future contributors an idea of what we want to see in the test...

enhancement
help wanted
good first issue

While documentation is not the top priority, we do want to provide some basic documentation for commonly used functions. This is something we plan to work on gradually over the...

documentation
enhancement
help wanted
good first issue

I would love to see an optional argument for `toDecimal` to preserve the exact number of digits specified in the `digits` argument by appending trailing zeros to the end of...