-
Not sure if [the docs](https://docs.spongepowered.org/en/plugin/advanced/config-in-depth/loaders.html) are out-of-date, but your loadConfiguration() method produces this when running on the Sponge 2.1…
-
Hi!
Would be cool to support `toMap() map[string]interface{}` method to simplify JSON-to-HOCON code replacement in the apps.
i.e. I have an app where I use JSON as a configuration format, now I…
-
The standard feature "Inject language or reference" does not work for HOCON string values.
-
@adrian-carro I would recommend using a config library rather than re-inventing the wheel with the current Config class. I have used [HOCON](https://github.com/typesafehub/config) in my previous Java…
-
Environment IDE: IntelliJ IDEA 2019.2.2 (Community Edition) Build #IC-192.6603.28, built on September 6, 2019 Runtime version: 11.0.3+12-b304.56 x86\_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o…
-
I did a similar solution, but just wrapped Spark SQL into a configuration file. (https://github.com/kohesive/elasticsearch-data-import-handler)
Using HOCON is better than JSON because you can use `…
-
[pyparsing.lineno](https://pythonhosted.org/pyparsing/pyparsing-module.html#lineno) expects the second parameter to be a string.
However, in 2 locations within config_parser.py ([here](https://github…
-
Hi, I used zio-config to create my app.
This was working fine:
TypesafeConfigSource.fromHoconString(hocon).toLayer >>> configLayer(descriptor[MyConfig])
Then I am thinking that hocon string shou…
-
## Support those languages.
## Markup Languages
- Markdown
- MDX
- TOML
- INI
- JSON Schema
- Properties
- XML
- HOCON
## Programming Languages
- Java
- Batch Script
-
**Used Spark version**
2.1.1
**Used Spark Job Server version**
0.8.0
**Deployed mode**
client/cluster on Spark Standalone
**Actual (wrong) behavior**
Specifying an HOCON style environment…