Ben Plommer

Results 144 comments of Ben Plommer

Yes, I think the current behaviour is wrong. It's really an artifact of how we build on top of the Apache Avro java SDK, which loses information during decoding. What...

#445 should allow addressing this properly, since we'll be decoding from a tagged rather than untagged union.

@vlovgr any thoughts or concerns on this before i move forward with it further?

This is really a special case of a more general issue, which is that union decoders don't propagate specific errors when all alternatives fail. It could be nice to expose...

Is this still relevant? I think going up to `Async` is the Blessed way to get both `Sync` and `Concurrent`.

In https://github.com/http4s/http4s/pull/6629 I took a different approach of adding a `Lift` type class that provides the `FunctionK` instance. That pull request also deprecates the `httpApp`/`httpRoutes` constructors - do people feel...

Renamed the builder classes, because apparently giving them the same name as an existing object causes Mima to blow up.

Could be nice to have this as an instance method on `IOLocal`?

What if we change the order of the params?

One possibility would be to expose the `Entity` subtype in `Message` as a type member, then introduce a supertype of `Entity.Strict` and `Entity.Empty` - then `toStrict` could return something like...