facultyai / facultyai/dynamic-configuration
Dynamic configuration from resource
Aperta
enhancement
good first issue
- Lingua principale
- Scala
- Stelle
- 7
- Fork
- 2
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Java and Scala have the concept of resources -- configuration files that are on the classpath (typically in `src/{main,test}/resources`).
It would be good to be able to load configuration from a resource. Scala 2.12 has a `Source.fromResource` method, but if we want to maintain compatibility with 2.11, we should probably avoid that.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.