Henrik Jernevad

Results 6 issues of Henrik Jernevad

It seems empty values for list and map fields are encoded somewhat inconsistently. ## Details In a top-level class: - An empty list for a nullable list field is *not*...

Hi Anton! 👋🙂 In my current use case, I have a user-edited toml file where I sometimes want to update a specific value programmatically. In this scenario, I would want...

It would be helpful if the `TomlMapper`/`TomlDecoder` could be configured to produce a warning or throw an exception if there are keys in the decoded TOML which are never decoded....

When decoding a TOML file containing a value which is supposed to be quoted (e.g. `key = "value"`) but the quotes are missing (`key = value`), the error message is...

I love the convenience of having notes created for the issues I work on. And I don't really want notes created for all issues I work on. But sometimes you...

enhancement

### Issue description I have a `layouts/_internal/twitter_cards.html` file in my project. This worked well on Hugo v0.125.4 and Congo v2.9.0. My custom twitter cards config took effect, overwriting the Hugo...

bug