Will Sargent
Will Sargent
I reviewed the code and noticed you have a TrustManager that does not validate the remote certificate -- let me know if you'd like me to submit a PR to...
It looks like the configuration of dojo has changed a little with the release of Dojo 1.6 -- notably, djConfig is deprecated. http://dojotoolkit.org/reference-guide/releasenotes/1.6.html Not a big deal considering this scaffold...
Hi there, The maven scalatest plugin doesn't have installation instructions, nor does it have an overview file showing how it works that is visible from the github page. I know...
Exception building diagram (on scala 2.12.5) ``` [info] Compiling 1 Scala source to /home/wsargent/work/scala-capabilities/images/target/scala-2.12/classes ... [error] /home/wsargent/work/scala-capabilities/images/src/main/scala/Main.scala:90:44: Internal error: unable to find the outer accessor symbol of class anon$Generic Coproduct...
In https://stanch.github.io/reftree/#minimal-example the example uses `ImagePath` but does not define it. It would be easier if a URL was provided: ```scala import java.nio.file.Paths import reftree.diagram.Diagram import reftree.render.{Renderer, RenderingOptions} object Main...
There are a number of pretty print libraries that could be useful in logging, when the "toString" method isn't enough. https://github.com/lihaoyi/upickle-pprint
The package of `play.api.test.CSRFTokenHelper` -- there is no `play.test.CSRFTokenHelper` available, which would be expected. https://www.playframework.com/documentation/2.6.x/JavaCsrf
It'd be nice if there were a [Jackson Generator](https://github.com/logstash/logstash-logback-encoder#customizing-json-factory-and-generator) that could tell you what the size of the generated string was. This could be exposed as a listener that could...
Markers are great when outputting JSON, but when rendering in a line based format, they don't do so well. As an example, here's the output in JSON: ```json {"id":"FgEdic8a562dHaINzdiAAA","relative_ns":55243400,"tse_ms":1585963041084,"start_ms":null,"@timestamp":"2020-04-04T01:17:21.084Z","@version":"1","message":"herp derp...