Frederick Robinson

Results 8 issues of Frederick Robinson

`mawk` does not support brace expressions for repetition. See: https://github.com/ThomasDickey/original-mawk/issues/25 This change works around the problem by just repeating the match group the desired number of times. You can see...

According to https://www.gnu.org/software/gawk/manual/html_node/Escape-Sequences.html the `"` need only be escaped as `\"` in string constants. I suspect from [googling](https://www.google.com/search?&q=gawk+5+"regexp+escape+sequence"+"is+not+a+known") (though cannot confirm) that in gawk 5.0+ this escaping causes a warning....

I'm working on a library to do random access in xz files with multiple blocks. I would love to use your library to do the heavy lifting instead of reinventing...

enhancement

Adds a `ResetCheckpoints` function which sets all existing dynamo checkpoints to `LATEST`. This is useful to call as part of a deploy if you want to make sure that all...

Without the change to `lpdot`, this new test fails with ``` E AssertionError: assert [{'name': 'x', 'value': 1}] == [{'name': 'x', 'value': 2}] E E At index 0 diff: {'name':...

This is on top of https://github.com/coin-or/pulp/pull/772 - the diff will be a little cleaner once that is merged. This PR: 1) adds type hints for `sparse.py`. I have made no...

there was some dangling test code, but no actual test that exercised the Matrix class.