John A. De Goes

Results 410 comments of John A. De Goes

/bounty $50 for adding `Html.raw`. I think it's safer that `Html.fromString` perform escaping to prevent code injection attacks.

Perhaps a new version can be introduced, to avoid negatively impacting the performance of the existing version?

/bounty $750 for solution that does not impact performance and remains "zero allocation" and efficient, as well as backward compatible.

I think we need two changes: 1. If the user does not handle the error explicitly, then we encode an error in a content-type acceptable to the HTTP client, perhaps...

All right, so we have: 1. If the user does not handle the error explicitly, then we encode an error in a content-type acceptable to the HTTP client, perhaps defaulting...

@vigoo If there will be performance cost, it's important that it be optional.

@cheikhsimsol Please re-open if you get a chance to fix this up!

Rather than doing ZIO stuff inside a separate fiber, we should consider another mechanism that could be higher-performance. Will take a look at the code and suggest something.