Jeff May

Results 13 issues of Jeff May

I posted on stack overflow about an exception I was seeing: http://stackoverflow.com/questions/17343964/sbtideaplugin-no-mapping-for-js-in-custom-build-in-play-2 This might be a bug or I could just be misunderstanding what I am doing. Either way, I...

If you kill grunt while tsc is compiling, grunt-ts will leave behind a tscommand. It should be able to clean up after the SIGINT signal.

Jump In

If you have a project like so: ``` public/ app/ main.ts reference.ts test/ reference.ts ``` then when you attempt to compile them both into the same directory with an AMD...

enhancement
Jump In

This would be really nice and shouldn't be hard to do with grunt.

enhancement

For usability, it would be nice if clicking the name of the group collapsed / expanded the group in the same fashion as clicking the plusicon or minusicon element.

Enhancement

jqGrid allows for creating groups based on the data, but if the user already knows what the groups will be, they have no way of specifying which ones should be...

Enhancement

It would make pull requests easier to read if the list of artifacts compressed by `tar` were chopped down. See [this example](https://github.com/rallyhealth/scalacheck-ops/pull/62/files#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fL42-R91) of a workflow that was converted to hand-written...

github-actions

We have validation scripts that check out build to make sure that test artifacts are not included in the compile scope output. The ability to generate pseudo-random data is not...

tests
feature request

- Add test of broken marshalling for oneOf objects with properties - Update union.tmpl to fix symmetric serialization bug

Hey again, I am still having issues with getting CoffeeScript set up with Play. As you may remember from https://github.com/softprops/coffeescripted-sbt/issues/17, I was having trouble setting up CoffeeScript so that it...