Kevin Tam

Results 37 comments of Kevin Tam

On a likely related note, npm audit in my project is failing due to something in this project. I'm taking a guess it is due to one of the above....

Based on the other open PRs, it seems you aren't actively maintaining this very fine library. I'll offer you a deal... if I submit a PR to fix this, would...

Wow, I'd totally forgotten I've been here before. From a coding perspective, the code issue is basically the same as the one you kindly looked at and fixed back at...

Thanks to @adick for that script. Works nicely

My 2c is that 200kb for this feature is not bad at all... unless it is slowing down your initial page render because it is in your initial vendor bundle....

I have a workaround pending a patch! `val kafkaServer = new KafkaServer(kafkaConfig = KafkaServer.defaultConfig + (KafkaConfig.AdvertisedHostNameProp -> "localhost"))`

I'm on OSX too, albeit Sierra and it worked for me so who knows... Given it is saying it doesn't recognise the config key, maybe you don't have a sufficiently...

If anyone is desperate, you can try this in your build.sbt ``` resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots" libraryDependencies ++= Seq( "net.glorat" %% "scala-kafka-client" % "2.4.0-SNAPSHOT", "net.glorat" %% "scala-kafka-client-testkit"...

Same question... If it helps, my observation is that the community is willing and able to submit PRs to keep up with recent versions of things (e.g. Scala and Kafka)...

`` references data, layout and options. There is no reference to fields so it is not surprising it does nothing