Bjørn Madsen

Results 19 comments of Bjørn Madsen

The majority of my contributions to cats-effect have been fixing a test I introduced :D

The linked PR was merged, but changed the blocking thread termination time instead. Should we close this and reopen if it didn't fix it?

The docs say they might use the description meta tag: https://developers.google.com/search/docs/appearance/snippet

According to [the spec](https://httpwg.org/specs/rfc6266.html#disposition.parameter.filename), the `filename` parameter must be encoded using ISO-8859-1. If characters outside that are required, it should be set in the `filename*` parameter. So this is a...

The S3 part also mentions `Blocker`, which is not used any longer.

The example URI on gitter `https://d@:1%44` can't be parsed as a `Uri`. The Apache Commons `UrlValidator` can't validate it either. Another validator I found thinks the port is `1%44`. So...

True. Accoding to https://tools.ietf.org/html/rfc3986#page-22, the port component should only consist of digits. I'm still not convinced that `https://d@:1%44` is a valid URI.

@kilna could this be merged?

There is already support for swagger, the predecessor for OpenAPI. I think updating the swagger dependency and fixing whatever breaks from the update would be enough (that might be a...