Viktor Klang (√)

Results 158 comments of Viktor Klang (√)

I don't think ScalaBuff should turn into a kitchen-sink for template transformations. Its purpose is to generate Scala case classes from .proto files to avoid both having to install the...

https://github.com/akka/akka/blob/master/akka-remote/src/main/scala/akka/remote/serialization/ProtobufSerializer.scala

What's the cost/benefit ratio of this feature proposal?

Also, if someone wants to do it they could always create a bridge over to use XPATH anyway. :-1: I think it is something that should live outside of the...

There's really nothing preventing you from developing such an extension.

@WayneWang12 Wouldn't you be able to do: ```hocon akka { remote { artery { canonical { hostname = "0.0.0.0" # external (logical) hostname hostname = ${?IPV4} hostname = ${?IPV6} }...

@strowk Since this is an environment-induced problem, can't you change your launch script to clear the env vars which are set to ""?

My point-of-view is that the configuration shouldn't have to deal with all the ways that potential production of env-vars could be formulated and passed in—i.e. the logic to translate should...

And how would you be able to override config values with an empty string in that case? Introducing even more parsing rules seems to me like solving the wrong problem...

@strowk I guess we'll have to agree to disagree then!