-
I just did a little edit of HOCON.md for [pull 32](https://github.com/typesafehub/config/pull/32)
what struck me it is a classic [tl;dr](http://www.urbandictionary.com/define.php?term=tl%3Bdr) master…
-
Suggest to add HOCON (Human-Optimized Config Object Notation) support.
https://github.com/lightbend/config/blob/main/HOCON.md
Given the project's current support for JSON, incorporating HOCON c…
-
Support logging configuration using HOCON ([Typesafe config](https://github.com/typesafehub/config) of [shocon](https://github.com/unicredit/shocon))
-
Normally the library onject and header names are consistent -- is this an accident? Are you likely to change this?
I can happily make a pull request but if this would require other changes to your…
-
My company use inner config object with typeSafe config, we often use HOCON format to edit config file. But apollo only support yml/yaml/properties/json. We must first convert HOCON to json, and then …
-
> Wikipedia: HOCON,[1] or Human-Optimized Config Object Notation is a format for human-readable data, and a superset of JSON and .properties. It is primarily used in conjunction with the Play framewor…
-
### Is there an existing feature request for this?
- [X] I have searched the existing issues before opening this feature request.
### Describe the feature you would like to see.
[HOCON](https://git…
-
### Describe the bug
When combining `_include` with normal attributes (which is valid in hocon), then the resulting hocon file is not parseable by scala's hocon parser.
### Steps To Reproduce
`…
-
add some option to make clickable some words to open URL's to enhancement the command /vote
resource: https://docs.spongepowered.org/stable/en/server/getting-started/configuration/hocon.html
-
Although charites is still under development and it’s not the sufficient level to include it in naru yet, I think it might be better to use charites instead of current hocon approach.