-
**Language**
HOCON ("Human-Optimized Config Object Notation") is a human-friendly JSON superset. It is a nice configuration format to use. So, it would be great to see support for it in Prism.
**A…
-
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…
-
It seems the person maintaining the [hocon](https://github.com/mockersf/hocon.rs) library we've been using for configuration has stopped maintaining it. And it has an upcoming Rust incompatibility in …
-
Support logging configuration using HOCON ([Typesafe config](https://github.com/typesafehub/config) of [shocon](https://github.com/unicredit/shocon))
-
PS D:\Repositories\Loritta> docker-compose up
time="2024-11-11T14:11:18+08:00" level=warning msg="D:\\Repositories\\Loritta\\docker-compose.yml: the attribute `version` is obsolete, it will be ignore…
-
[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…
-
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…
-
For more convenient use, it may be worth revising the approach to configuring the application through config files. I can help you with that
-
# 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…
-
> 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…