Matt Lui
Matt Lui
Currently, nested _modular_ configuration (considering classes not present at compile-time for an application's primary configuration) is difficult to implement. Exposing a functionality to deserialize maps provided using DazzleConf's ``ValueSerializer`` and...
Title: If you have an Optional annotated as a config value, not including a key for the value will simply make the Optional return empty. A configuration with ``` @ConfigKey("some.key")...
for some reason the string ``` """ number: 2 sadder: 2 """; ``` being parsed by the code ``` YamlMapping pass = Yaml.createYamlInput(STRING_CONSTANT).readYamlMapping(); ``` throws a YamlReadingException stating that it...
(I'm getting tired of seeing tribal citadels)
**Describe the bug 🐞** The library fails to compile **Expected behavior** The library should compile **Minimal Reproducible Example 👇** ```julia using Pkg Pkg.add("SymbolicNumericIntegration") ``` **Error & Stacktrace ⚠️** ```julia julia>...
Sometimes you want to assign unicode cdot to dot product, etc but latexify will render it like a function. This PR should allow the unicode cdot to be rendered like...