Valery Piashchynski

Results 356 comments of Valery Piashchynski
trafficstars

Ok, original case was fixed. The case with the KV plugin is slightly more complicated, since `yaml` (God bless this technology (sarcasm)), if the key is empty (e.g.: `config:{}`) treating...

Yeah, it is empty: I think it should be handled in the driver.

Ok, @nickdnk , I'll update the docs to handle this case with the memory driver, without forking viper, I can't find a way to get this key.

Yeah, and that what I'm trying to avoid. To have some special behavior for different drivers. I'm thinking about just mentioning this in docs, but, you know, this is not...

Ok, I've resolved this case with the in-memory KV plugin. Drivers now are solely responsible for the configuration parsing and sending errors in case of the empty configuration. Since there...