Ross A. Baker

Results 574 comments of Ross A. Baker

Is the breakage just on the various `logAction` parameters? It would be tedious and messy, but a parallel set of constructors with different names might work, with the original ones...

Targets main, so unmilestoning 0.23. Maybe those suggestions above help get a variant into 0.23.

This is what changed in the dev shell: ``` at-spi2-core: 2.54.0 → 2.54.1 audit: 4.0.2 → 4.0.3 binutils: +16.0 KiB clang: 19.1.6 → 19.1.7, +15.2 KiB clang-wrapper: 19.1.6 → 19.1.7...

Okay, now a second problem has emerged: nodeJS needs an upgrade.

Thanks! There's a [`topic/0.23/sn-0.5` branch](https://github.com/http4s/http4s/pull/7708/commits/24af4e9f2f4b414e5ffe67ca1b48b822e5c9cbdb) in this repo that has the prior work to get onto Scala Native. Maybe this should target that branch. That gives a place to start...

I haven't studied how #7708 relates to that local topic branch, but I think that should be the target for all Scala Native preparation while it still has unstable dependencies.

It's been a long time, but maybe the issue in #5674 was that it should be handled in Laika rather than any http4s customization of it. If someone can make...

Thanks! This breaks binary compatibility. It might be possible to regain it by making the old signature private. I have never much liked `cats.Show`. It should only be used for...

I don't think it's a huge deal either way, but I would generally expect `Show.fromToString[A].show(a) === show"${a}", which suggests putting it in `fromToString`. Note that `String.valueOf` does what we want,...