Mathieu Pichette
Mathieu Pichette
Upgrade to Play Framework 2.8
Proposed new behavior: ```javascript var object = {'a':[{'b':1},{'b':2}]}; // already supported... _.get(object, 'a[0].b'); // => 1 _.get(object, 'a[1].b'); // => 2 // would be great to have... _.get(object, 'a[-1].b'); //...
Enabling BuildInfoOption.BuildTime causes empty coverage reports and a reported coverage of 100% Steps to reproduce: ```shell sbt new scala/scala-seed.g8 ``` Create a `project/plugins.sbt`: ```scala addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0") addSbtPlugin("org.scoverage"...
Hello! There's some interest here in hosting our own scastie installation at work. Such a setup would be advantageous in many ways, such as: * Using an internal GitHub Enterprise...
just done reading this great book online, thank you! Halfway through it, I started noting down some typos with the intention to share them back by email once I was...
Fixes #238
play (and play-json) 2.9.0 and 3.0.0 were released a few weeks back, as can be seen here: https://github.com/playframework/playframework/releases/tag/2.9.0 https://github.com/playframework/playframework/releases/tag/3.0.0 It would be great if this project could publish a compatible...
Fix for issue I just created: https://github.com/essuraj/elasticsearch-toolbox/issues/7 Tested locally and works great!
Our elasticsearch clusters have tons of indexes and looking for the right one in the dropdown is quite challenging since they are not ordered at all. Alternatively being able to...
The AsyncAPI Specification 3.0.0 is just around the corner, as such it would be great to add support for it here! https://github.com/asyncapi/spec/issues/691