William Rusnack

Results 114 issues of William Rusnack

Added renderTemplateM which allows for failure if a required variable is not in context. The template parser now checks for an '!' prefixing a variable. If found, the variable is...

Is there a way to throw an error if there is a missing variable instead of defaulting to blank?

It would be helpful to have a FILES section in the man page to know about the global profiles directory. Also, there are a lot of helpful items in the...

Tasty has a useful property of being able to turn tests into benchmarks. Is there a way to allow benchmarking hspec tests?

### Steps to reproduce Go to https://hackage.haskell.org/packages/ and type in `/data` to search for text containing `data`. ### Expected behaviour I expect it to find the text faster than I...

Tests fail from an existing bug detailed in #641

Some dxf files have doubles encoded in scientific notation with the exponent padded with zeros. https://github.com/LibreCAD/LibreCAD/blob/8e10245994d8307a76cedc3cbffe471de88c8325/librecad/support/library/algoritm/alg27.dxf#L1560 I suggest adding a Bool to FGeneric and FScientific to allow for padding the...

enhancement
floating-point

I have created the following PRs but they seem to be intermingled and perhaps a larger pull would be better #632 #633 #634 I propose the following 1. combine the...

#636 @clyring

In many cases it is known that a value is not a special value (NaN, Infinity) so faster printing can be obtained by skipping the special value checks. I suggest...