Ross A. Baker

Results 108 issues of Ross A. Baker

I have one monitor that's bigger than my laptop's. When I undock, the `--fb` argument for the new configuration prevents the large monitor from shutting off in the `disable_outputs` pass....

Discussed in #1627, but spinning off as it's a separate issue. Under load, when using the `NettyReactiveStreamsBody`, I can reliably reproduce the following error: ``` [info] java.lang.IllegalArgumentException: Duplicate handler name:...

From @usommerl on Gitter. I want to capture it here, because it's an interesting question, and Uwe's research was wonderful. > Hi! Maybe someone here has run into this: Is...

enhancement
module:server

A cleaner version of #4754 now that I have a better idea what I'm doing.

breaking
module:blaze-client
module:client
module:server

We had tests failing during today's GitHub outage because they depend on github.com being up. We shouldn't be reliant on a third-party server.

testing
CI

From https://github.com/http4s/http4s/pull/5152#issuecomment-962573489, it looks like we might have broken the deprecated method when we introduced WebSocketBuilder2. We should verify that still works on a basic http4s server.

bug
module:server

- [x] `Process[ByteVector, ServerSentEvent]` - [x] `Process[ServerSentEvent, ByteVector]` - [x] property check for round trip - [x] Entity encoder for `text/event-stream` - [x] Entity decoder for `text/event-stream` - [x] Modeled...

enhancement
module:client

See http4s/blaze#656 for related discussion on blaze.

enhancement
module:ember-client

From a [Matrix question](https://app.element.io/#/room/!LcRqzJjNEdRgvTIYZc:gitter.im/$ig2gKQPc-oBSSqa7p4BeDb9sUsx5Q_uDEHjeFONFWS4). The basic idea behind [Expect](https://httpwg.org/specs/rfc7231.html#rfc.section.5.1.1) is that a request can come with an `Expect: 100-continue` header, and it's up to the server to respond immediately. If...

bug
module:blaze-client
module:ember-client
module:ember-server
module:server
module:blaze-server