Ross A. Baker
Ross A. Baker
We brought some functions back on master in #31, but it looks like we haven't released again. We no longer have the publishing infrastructure from Verizon. Other projects, like Nelson...
ByteVector was the obvious choice for jawn-streamz, because scalaz-stream already uses it extensively. A reactive-stream of Akka's ByteStrings might appeal to a different audience. I like that jawn-parser's lone dependency...
Note: muster is now unmaintained, but it does implement this rendering for the ASTs: https://github.com/json4s/muster/blob/4816c14045e9d9609959e453636d6324b7dbf720/core/src/main/scala/muster/output/output.scala If you're still willing to consider scope creep from abstract parser to abstract codec, I...
Do we do a lot of `Double => String` in this project? I think this is a wonderful idea, but more applicable on the rendering side, which mostly happens in...
It looks like jar distribution is stuck (https://github.com/ulfjack/ryu/issues/93). It would make this a lot easier for both projects if they could just add a one-liner to the build and a...
My editor finds `metals` on the `$PATH`, and the right one is on the path because of `direnv`. I don't have a global `metals` install -- it's all self-contained, with...
You can add arbitrary packages with the `packages` attribute: ```nix devShell = pkgs.devshell.mkShell { imports = [ typelevel-nix.typelevelShell ]; name = "my-project-shell"; typelevelShell = { jdk.package = pkgs.jdk8; }; packages...
I didn't realize it had any native dependencies, so I'm surprised that doesn't just work. Yeah, adding that overlay for aarch64-darwin seems like an okay workaround to me. Would you...
Winding down this repo. Moving back to sbt-typelevel.
We should crap or get off the pot on this one before we migrate too many more projects.