Austin McCartney

Results 7 issues of Austin McCartney

Hello @arximboldi I would like to embellish the CMake support provided by the library. Namely, + support Catch-style subproject composition + provide an installation target and CMake configuration exports, to...

enhancement
help wanted

Firstly, thank you for hana. It's simply fantastic. Currently, `unpack`, `transform`, along with the callable objects returned from `partial`, `reverse_partial` are not SFINAE-friendly. Is this behavior intentional? If not, would...

As currently written, the JSON schema does not allow for additional properties to accommodate extended vendor-specific data. This appears to be at odds with the [SPDX Use Cases 2.0](https://wiki.spdx.org/view/Technical_Team/Use_Cases/2.0), specifically...

# Current behavior `when_all` decays the value types from upstream operations to determine it's storage. # Expected behavior Reference values passed by upstream to be "stored" by `reference_wrapper`, using pointers,...

Adding CMake support would simplify consumption of nonius by other projects. If pull requests are welcome, I would be happy to provide an implementation.

The [mp++](https://github.com/bluescarni/mppp) library is considered by many to be the state of the art for performant multiprecision integer arithmetic and underlies the [symengine](https://github.com/symengine/symengine) library behind the popular [sympy](https://www.sympy.org/en/index.html) python symbolic...

Desired behavior: length > 66 characters -> throw length < 66 characters -> right pad to 66 characters

enhancement