Sheldon Hearn

Results 12 comments of Sheldon Hearn
trafficstars

I have a suggestion: inheriting contracts is a means to an end. The problem is that it is defeated by this suggestion: favour composition over inheritance. But with composition, how...

One filthy hack would be to emit blank lines periodically. The `json_lines` codec [ignores blank lines](https://github.com/logstash-plugins/logstash-codec-json_lines/pull/22).

What's holding this back? Undesirable defaults? Undesirable test strategy? Anything we can help with?

What's the state of the art now? I have an exploratory [project](https://github.com/sheldonh/jbehave-example) that uses `SpringJUnit4ClassRunner` to run its stories (see [example](https://github.com/sheldonh/jbehave-example/blob/4bf1d29cc543b27171a39b4d79108f2d5d6585ee/jbehave-example-acceptance-tests/src/main/java/net/starjuice/calculator/acceptance_tests/stories/AdditionStory.java#L8), but my IDE doesn't show the steps beautifully in...

Big shout out to @ochosi for the blog post on resizing. Alt-right-drag is a life saver!

This also makes it impossible to set NODE_PATH to, for example, './lib' in the Gruntfile so that the require expressions in the tests document how to require the files under...

Removing the `-x` flag and the ".inet" PROG specifier from the device name fixes the script for me on Ubuntu 16.04.

Just switching to sbt-0.12.0, I got: ``` Getting Scala 2.9.2 (for sbt)... downloading http://repo1.maven.org/maven2/org/scala-lang/scala-compiler/2.9.2/scala-compiler-2.9.2.jar ... [SUCCESSFUL ] org.scala-lang#scala-compiler;2.9.2!scala-compiler.jar (38448ms) downloading http://repo1.maven.org/maven2/org/scala-lang/scala-library/2.9.2/scala-library-2.9.2.jar ... [SUCCESSFUL ] org.scala-lang#scala-library;2.9.2!scala-library.jar (35783ms) downloading http://repo1.maven.org/maven2/org/scala-lang/jline/2.9.2/jline-2.9.2.jar ... [SUCCESSFUL...

I just saw this with some testing. I added an action to my rack app, to test writability with a simple SET and GET. Then I spammed that action while...

And support for SRV records would be awesome. :-)