With OmegaConf, is it possible to "turn off" node interpolation, so that when you access an interpolation node it just returns the literal string, i.e. "${resolver:value}"
instead of evaluating the interpolation?
I have a program that uses configuration files with some custom interpolations, but I sometimes want to evaluate or compare the configs programatically without worrying about the interpolations (they might correspond to environment variables that aren't set, for example).