James Collier

Results 14 issues of James Collier

#203 TODO: - [ ] Tidy up the site - [ ] CI/CD

While adding documentation for https://github.com/alexarchambault/case-app/pull/202 . I started thinking the `README.md` could be getting a touch large at this point. The the docusaurus stuff from coursier could be reused here...

Would be cool to have a browser based cron4s playground. Could be as simple as entering a cron4s expression and outputting the AST. For inspiration I did something similar here...

Feels like opt in behaviour (through `.scala-steward.conf`) whereby scala steward would scan through the repository to find ammonite ivy imports of the form: ```scala import $ivy.`org.scalaz::scalaz-core:7.2.27` ``` Could be quite...

enhancement
cat:build-tool

Hi folks, would you folks consider a PR to automatically publish a docker image as part of the travis build pipeline. I did a very similar PR for scala-steward, and...

feature
UX

Fixes #7 TODO: - [ ] Logo - [ ] Header - [ ] Footer - [ ] Home page - [ ] Publish site GitHub action - [ ]...

```scala import $ivy.{ `io.circe::circe-core:0.10.0`, `io.circe::circe-generic:0.10.0`, `io.circe::circe-parser:0.10.0` } import import io.circe._ val nestedArr = (1 to 100000).foldLeft(Json.Null) { case (acc, _) => Json.arr(acc) } nestedArr.noSpaces ``` ``` java.lang.StackOverflowError scala.collection.immutable.VectorPointer.initFrom$(Vector.scala:694) scala.collection.immutable.VectorIterator.initFrom(Vector.scala:590) scala.collection.immutable.VectorPointer.initFrom(Vector.scala:692)...

bug

JUnit XML test results can be interpreted by many CI servers, e.g. [circleci](https://circleci.com/docs/2.0/collect-test-data/). So it might be useful to add a utest JUnit XML reporter. reference: [JUnit XSD](https://github.com/windyroad/JUnit-Schema/blob/master/JUnit.xsd). Note: I...

Our service makes use of Scanamo, in tandem with the [DAX Java Client](http://dax-sdk.s3-website-us-west-2.amazonaws.com/). Unfortunately, the following error is produced for an update expression whereby two separate attribute names point to...

https://github.com/cakesolutions/sbt-cake/blob/bb6b9210bfc2ca9bd9fdcf4002785fd7aa5d0d49/src/main/scala/net/cakesolutions/CakeBuildInfoPlugin.scala#L49 When the name has an non variable supporting character, you will see an error like ``` scala-2.12/src_managed/main/sbt-buildinfo/BuildInfo.scala:1: '{' expected but identifier found. ```

bug