-
[HOCON](https://github.com/typesafehub/config/blob/master/HOCON.md) format seems to be a viable alternative to JSON notation for java/scala projects. It would be interesting to see if [typesafe confi…
-
HOCON is pretty well explained in `HOCON.md`.
I couldn't find any formal format description that looks like BNF or similar. I'd like to see such a description to help me create tools in various lan…
-
Note: This issue is VERY early, and any code snippets shown are hypothetical, subject to change, and aren't guaranteed to work without other code modification (where applicable).
As the title state…
-
Upgrading jitsi-videobridge fails on 22.04 (Ubuntu 22.04.5 LTS GNU/Linux 6.8.0-48-generic x86_64) and results in a broken installation:
jitsi-videobridge2 (2.3-174-gd011ddf7-1) wird eingerichtet ..…
-
**Version Information**
Version of Akka.NET? v1.5.27 and later
Which Akka.NET Modules? Akka.Cluster.Hosting
**Describe the bug**
Here's the basic problem.
Both:
```csharp
public static …
-
Isn't a properties file a valid HOCON? Is there any reason it is not supported? The HOCON parser should be able to parse a properties file, should it not?
-
Hocon:
```hocon
a {
b: 0
c: [
"ccc"${a.b}
]
}
```
It will get exception:
`Hocon.HoconParserException : Substitution value must match the rest of the field type or empty. Array va…
-
Hi,
I see difference in HOCON o/p vs pyhocon
here is config
-----
```
HOCON = Human-Optimized Config Object Notation
Default = [ { Name = Foo} ]
dev2= [{ Name = Foo2}]
dev3= [{ Name = Foo3…
-
Since we have had enough issues in the past with our current configuration derivation I think it's time to switch frameworks.
I'm currently considering https://pureconfig.github.io/ as the main opt…
-
Hey there!
I ran into your project while trying to find a replacement for ruby-hocon, in order to save the runtime dependency :-)
Have you ever thought of making a CLI tool? This is the CLI API …