Michael Thomas

Results 7 issues of Michael Thomas

I am currently using moultingyaml and have ran into the issue of duplicate keys being dropped (see https://github.com/jcazevedo/moultingyaml/issues/12 ). The fix mentioned in the issue has been merged into snakeyaml...

Nice project and one I would like to try to contribute to (although I am only Rust novice). Had a few ideas that I thought I'd put here. I think...

Previously, Isotope was using string-based error messages for `mz` and `polarity` methods. This pull request introduces a custom exception type, `IonHasChargeZero`. (Ideally, this would be a compile-time error - this...

https://github.com/hvr/multi-ghc-travis

Better documentation and test coverage - win win. https://github.com/sol/doctest#readme

For example, say I define a type `X` and define `ToElementalComposition` and `ToCondensedFormula` instances. `toElementalFormula` should be the same as `toCondensedFormula . toElementalComposition`.