Brennan Kinney
Brennan Kinney
[This commit](https://github.com/jetmore/swaks/commit/194e69e49a487353fd845226d2cdc25b69923bb0) (Jan 2017) broke the rendering of the docs on Github. Whereas [the prior commit](https://github.com/jetmore/swaks/blob/9ce718120f105dc56a4766ee4d001ffc9e5f8277/doc/base.pod) renders correctly as you can see by viewing the two links. The README [implies...
## Changes - Clarified that the option value variant dereferences a boxed Ron value. - Ron `0.9` refactored the [`Number` value variant to be lossless](https://github.com/ron-rs/ron/pull/479), which requires more thorough matching....
- `yaml-rust` is unmaintained for over 2 years. - Like with `yaml-rust`, requires special handling for table keys (_ensuring numbers are converted to strings_). Resolves: https://github.com/mehcode/config-rs/issues/473 --- Just some insights...
Intended to be easier to grok and match the same flow as other format parsers. --- I worked on this after https://github.com/mehcode/config-rs/pull/469 , but my main gripes were with the...
Inspired from the `json5` feature (_Original PR July 2020, revised PR May 2021_) with the refactoring in the revision by @matthiasbeyer It looked useful for other formats that use `serde`...
Rebased #446 with conflicts resolved. All credit to @mkvolkov for the actual contribution. --- Added support for Gura. Closes: #245
Rebased https://github.com/mehcode/config-rs/pull/218 with conflicts resolved. All credit to @sphw for the actual contribution. --- This PR adds Dhall support using [serde_dhall](https://github.com/Nadrieril/dhall-rust), a native Rust implementation of Dhall. Dhall is a...
Just adding a wishlist issue here for Flatpak packaging for Linux distribution. If it garners enough thumbs up from others maybe it can also be supported?
### Description I touched on this while adding [these notes](https://github.com/docker-mailserver/docker-mailserver/issues/3739#issuecomment-1902490150) and reference them with more detailed insights shared in [this discussion](https://github.com/orgs/docker-mailserver/discussions/3898#discussioncomment-8526599) (_focused on resolving the recipient for a catch-all alias_)....
### Description I saw these past comments of mine while looking into separate issue about our logging support, figured it might be worth raising a TODO issue if anyone has...