Results 9 issues of Rintcius Blok

After moving some code around, the IDE keeps suggesting entries from the old location instead of the new one. Also full build doesn't resolve it. However, after restarting Atom the...

external

Resolves http4s/http4s-okhttp-client#1

module:core
module:blaze-client
module:ember-client
module:client
module:async-http-client
module:okhttp-client
module:jetty-client

We are getting exceptions like below after trying to upgrade to v0.20.10. ``` Bad HTTP version: DSLU": org.http4s.blaze.http.parser.BaseExceptions$BadMessage: Bad HTTP version: DSLU": at org.http4s.blaze.http.parser.Http1ClientParser.parseResponseLine(Http1ClientParser.java:122) ~[blaze-http_2.12-0.14.8.jar:0.14.8] at org.http4s.client.blaze.BlazeHttp1ClientParser.finishedResponseLine(BlazeHttp1ClientParser.scala:49) ~[http4s-blaze-client_2.12-0.20.10.jar:0.20.10] at org.http4s.client.blaze.Http1Connection.parsePrelude(Http1Connection.scala:208)...

bug
module:blaze-client

I had in mind to use `M26` instead, since that's supposed to be matching `0.23.3` according to https://http4s.org/changelog/#v1-0-0-m26-2021-09-02 but that is not published somehow, so I have chosen `M27` instead....

Would you be open to support http4s `1.0.0-M` series as well? E.g. in another branch, publishing with another artifact id? Totally fine, of course if you'd rather not, but if...

## Outcome Desired Make it possible to configure the `RetryPolicy` - see http://docs.datastax.com/en/drivers/java/2.1/com/datastax/driver/core/Cluster.Builder.html#withRetryPolicy-com.datastax.driver.core.policies.RetryPolicy- ## Definition of Done It is possible to specify a `RetryPolicy` that will be used for the...

enhancement

Would it be possible to publish a new version to Maven Central? (I need support for cassandra driver v3)

It looks like the code below returns the wrong coords. ``` module GetCoordsTest where import Color import Debug import Diagrams (..) import Graphics.Collage as C import Signal import Window type...

bug