Milan Suk
Milan Suk
Yes definitely. I started prototyping an idea where the content type (along with content `A -> string` encoding) would be configured using a `Schema` annotation - [example](https://github.com/sukovanej/effect-http/blob/feat/schema-http-specific-annotations/examples/plain-text.ts). I'm gonna see...
Sorry for late ping. I took a different path and introduced the `Representation` structure and described it in the README. Feel free to check it. It is a general solution...
Hey, closing this one, I didn't notice more requests on this topic. Later on, we might attempt to think through a better abstraction for dealing with different content types.
I don't really have a clear vision for this library. I created it solely to cover my use-cases for stdout local and non-local logging. At this point, I'd rather vote...
Hey, we could extend the error object with the request. What is the use case?
Makes sense. I'll add it.
Hey, sorry I kept you waiting. I really appreciate the work you've put into this! Good job! I think you attempted to solve two much broader problems of this lib....
If it's blocking you right now, we can definitely merge as an incremental improvement. Then we can iterate to the general solution. > Do you imagine handling unions of such...
Hey, I'm not able to reproduce. Please make sure there are no mismatching dependency versions in your package or other type errors. Otherwise, I'll need a repro to take a...
I'll try to dig deeper, but it is very probably an issue with the `flow`. On the type level, once generics get involved (which is the case in here) you...