Miles Sabin

Results 184 comments of Miles Sabin

Also note that the two tests of the keep alive are set as `.ignore` because their running time is a minimum of about 75 seconds because the minimum value for...

> I think it delegates to `ConsumerOps.processingAndCommitting`. ~~Unfortunately I think it's a completely independent implementation.~~ Edit: that was wrong, it was `readProcessCommit` which was duplicated in `RecordStream`.

IIRC `shutdownOutput` in `Socket`/`SocketChannel` were introduced to support exactly this scenario.

`foo` being effectively final is essential to your example. Anyhow, just as an FYI, it is possible to capture the skolem in a fairly general way, ```scala scala> def withFoo[T,...

What's the motivation? I'd be worried that those instances would increase the chances of unwanted nothings being inferred.

@tpolecat the biggest job turned out to be rejigging the organisation of the various modules, and reworking the way docker is used in the tests/demo (the Oracle image takes way...

Instead of exposing internals, how would you feel about adding the `FetchLimit` functionality here directly?

How are you thinking about representing failures within `Result`? `Result` captures a success, or a list of GraphQL errors which should be reported to the client, or an internal error...