Ross A. Baker

Results 574 comments of Ross A. Baker

If build.sbt owned the devshell configuration, it doesn't really matter whether it's TOML or Nix, and I'd just stick to Nix and not introduce a third thing. I guess the...

As long as it's opt-in, it could be useful.

Yeah, I remembered that SBT startup being faster, but the http4s build with its 80000 keys or whatever takes like 30 seconds to reload on GHA. Those separate steps may...

I'm looking at improving http4s' XML support. http4s is built on streams (scalaz-stream now, fs2 in the future). I would like to be able to process XML payloads without blocking...

We still use scala-xml. As far as I know, Aalto is still the closest we can get to a jawn-like experience with XML, but there just hasn't been the demand...

Any chance we can get a release with this? I love the theme, but conflicts are [breaking our snapshot builds](https://github.com/http4s/http4s-jdk-http-client/runs/552883639). Thanks!

I think this is related to @ChristopherDavenport's concern about no longer being able to run Natchez with Ember.

This was a giant merge. I don't even know what module I was talking about. Probably Ember, because log4s doesn't affect constraints?

Apologies, I've been drowning in notifications. * Agreed on `MonoidK`. * Agreed with putting constructors on the builders where there are builders. * The object seems reasonable for named constructors....