ShankarShastri

Results 9 comments of ShankarShastri

@ehanshah, there's a PR, but we need to wait till it get merged. https://github.com/spray/spray-json/pull/93

@afsalthaj I can pick it up, if you can give me few hints on where to start, as I'm new zio-config.

@afsalthaj , I was going through this one: https://github.com/zio/zio-config/blob/master/yaml/shared/src/main/scala/zio/config/yaml/YamlConfigSource.scala Should I document using this as reference?

```scala import zio.config.ConfigDescriptor._ import zio.config._ import zio.config.yaml._ import java.io.File import java.nio.file.Path case class MyConfig(i: Int, b: Boolean, s: String) val yamlString = """ |top: | child: | - i: 1...

@afsalthaj , I have created the issue, please let me know how I can proceed. In the mean time I will explore property testing using zio-test.

Can be integrated with webpack-dev-server to make a awesome opensource project for development?

Is there an alternative that can be implemented using AOP or reflections or any other alternative ?

```docker kafka: image: spotify/kafka ports: - "2181:2181" - "9092:9092" hostname: kafka container_name: kafka environment: - "ADVERTISED_HOST=kafka" - "ADVERTISED_PORT=9092" - "AUTO_CREATE_TOPICS=true" command: > bash -c "(sleep 15s && /opt/kafka_2.11-0.10.1.0/bin/kafka-topics.sh --create --zookeeper...