Nathan Fischer
Nathan Fischer
The documentation notes > Note that it is possible to add yourself to the git-secret repo without decrypting existing files. It will be possible to decrypt them after re-encrypting them...
I haven't had time (or knowledge) to look deeply into this, maybe someone else has insight. Monix `Local`s are not propagated across invocations of akka's http client. Passing the tracing...
I'm aware this one might not have mass appeal, but a variant of the italic font that uses a script (cursive) style (like [Dank Mono](https://gumroad.com/l/dank-mono)) would be an amazing option....
Given ```scala // build.sc import mill._, scalalib._ object core extends JavaModule { object scalaapi extends ScalaModule { def scalaVersion = "2.13.1" def moduleDeps = Seq(core) def ivyDeps = Agg(ivy"org.typelevel::cats-core:2.1.1") }...
I have a project that pulls dependency declaration out into another file `Dependencies.sc`. There are a handful of unexpected things preventing use of this setup. 1. Declaring ```scala import $file.Dependencies...
## Purpose Simple reverse proxy directive that will send the current request to a specified destination and return the response back to the caller. ## References Resolves #240 ## Changes...
Currently [parsing a duration doesn't support decimal numbers](https://github.com/playframework/play-json/blob/master/play-json/jvm/src/main/scala/play/api/libs/json/EnvReads.scala#L647). This might be improved by a) rounding the input to the nearest whole number or b) dynamically changing the temporal unit based...
This is makes `Writer` consistent with the DSL behavior https://github.com/json4s/json4s/blob/a15b8f01377e0ede4936d6b1da6a9841d0eeb748/ast/shared/src/main/scala/org/json4s/JsonDSL.scala#L76-L79
It would be handy to be able to `import scala.language.compat.higherKinds` and have that not generate a deprecation warning when building on 2.13. This could be as simple as ```scala package...
In [the documentation](http://ammonite.io/#FromBash) the suggested shebang is `#!/usr/bin/env amm`. However in the [install documentation](http://ammonite.io/#ScalaScripts), the suggested install command puts `amm` at `/usr/local/bin/amm` ``` $ sudo sh -c '(echo "#!/usr/bin/env sh"...