Sam

Results 482 comments of Sam

You'd have to provide an implicit json serializer which we can do. I'm working on a dotty compatible version of elastic4s right now, so I can incorporate this idea into...

So delving in deeper, when you override a value, you're not overriding the whole object, but overriding that specific value, which means there's ambiguity over which to pick. So in...

I guess for TOML only, we could introduce a flag that allows you to specify that an inline table _completely_ overrides?

That would be nice from a user point of view. The problem is hoplite generates the entire tree of values before then applying it to the config classes. That idea...

https://github.com/sksamuel/hoplite/issues/329

So I've thought about this, and perhaps one option is that we add an AWSSecretsManagerPropertySource which brings in the json node and uses it like any other property source, perhaps...

> Maybe this another thing would need a another question but I write it here anyway as it somehow is related above. My setup have multiple aws environments i.e. multiple...

I know nothing about Android. Does it allow you to specify files that are included only for that build type? If so that could work. Or perhaps you could use...