amesgen
amesgen
Another comletely different, but more minimal example of ember-server hanging up, minimized from a test in the linked issue above (https://github.com/http4s/http4s-jdk-http-client/pull/645): Add ```scala fixture.test("send and receive messages") { case (server,...
http4s-jdk-http-client has a [WebSocket client](https://jdk-http-client.http4s.org/latest/index.html#websocket-client). See [`WSClient.scala`](https://github.com/http4s/http4s-jdk-http-client/blob/main/core/src/main/scala/org/http4s/jdkhttpclient/WSClient.scala) for the traits. We have our own `WSFrame` ADT there, as well es a "low level" and a "high level" interface due to...
I think that a unified WebSocket interface in http4s would be huge, but it requires a lot of careful thought, and the traits from jdk-http-client should indeed only serve as...
I am not sure if it is intentional that the v1 tag does not point to the same commit as v1.2 (just noted due to GHC 9.0). FWIW there are...
~Any updates on this? Eventually (not urgent by any means), I would be nice to either get v1 point to the latest v1.x tag, or to clarify that haskell/actions/setup does...
Another option would be to remove the inlined implementation from the Haddocks all-together, as the up-to-date actual implemenation is just one click away.
@konsumlamm Personally, I have no opinion on whether that is misleading (after all, `Foldable` can be characterized by `toList`). In any case, if this change is desired, it should also...
>> Can you explain the "fall back when the freeze plan is different" bit? does it mean that if the freeze file is different from the cache, it will not...
Just FTR as they don't seem to have been mentioned here and in the linked issue: There is another PR adding this (#1349), and also an existing package: https://github.com/cdepillabout/servant-rawm
> Wouldn't it be better to add it to servant? I feel another library will not integrate as well and may lag behind releases. Seconding this, another reason from https://github.com/haskell-servant/servant/pull/1349#issuecomment-713175218...