David Sison

Results 2 issues of David Sison

Any string that starts with an underscore or dash has the underscore or dash removed in the result. ex: (->kebab-case "_my_string") => "my-string" (->kebab-case "-my-string") => "my-string" ex of NullPointerException:...

Shouldn't `hadoop-common` be used in place of `hadoop-core` in the dependencies of the various Cascalog projects, per this [stackoverflow question](http://stackoverflow.com/questions/28856096/differences-between-hadoop-common-hadoop-core-and-hadoop-client) or is there something else keeping it from being updated/changed...