-
Even though most of HOCON files are `.conf` files, it is also common to come across projects using the `.hocon` extension.
Since it's unambiguous and already used by big projects like GraalVM as on…
-
The readme says that file includes are unsupported. What does that mean? I found a implementation of file include at /lib/hocon/impl/simple_includer.rb. It seems to work if I use it in a ruby script, …
-
This gem currently doesn't seem to be able to contruct a file without loading a dummy file off disk. Most gems like json and yaml have a `to_` style method that takes a ruby object like a hash and doe…
-
-
It would be great if mdbook could support HOCON syntax highlighting.
Example:
-
While trying to setup a modular file structure, it seems HOCON's native inheritance isn't supported. For example: I start my app with `file.conf` and as shown below I import `application`, any variabl…
-
# HOCON 3.0 Specification
In the previous releases of HOCON, we let the OSS project do its own thing without any plan for integrating it into Akka.NET and replacing the stand-alone HOCON engine built…
-
I am currently using the dropwizardry-config-hocon bundle to parse a HOCON configuration.
While parsing
```
foo = X
bar = Y
```
works like a charm, substituting values does not. This example
…
-
Java version Hocon can render Hocon element as JSON ( https://github.com/lightbend/config/blob/master/config/src/main/java/com/typesafe/config/ConfigRenderOptions.java )
Can akkadotnet Hocon provid…
-
There is a special transformer which allows to merge XML files. I would love to see one which can merge HOCON files, i.e. `application.conf` of type safe configuration.