Sean Treadway

Results 36 comments of Sean Treadway

The build fails on i386 due to constants being typed as 32 bit ints. This module is tested only on 64bit, so there may be more than this error to...

Could you please add a test that shows the data injected at construction propagates to the increment?

Hmm... this will not behave properly with batching as multiple batches can be collecting across different instances at the same time - one client instance constructed per batch.

In our scenario, we support 100s of images that depend on different combination of public and in-house debian packages of interpreters and other repackaged upstream binaries. We have a strategy...

It would also work to [avoid the `COPY`](https://rabbithole.wwwdotorg.org/2021/03/02/1-avoiding-docker-add-copy-layers.html) with `RUN --mount=type=bind,from=packager apt-get install ./*.deb`. #1139

@epsilon-akshay channels are logical streams that share the same tcp session. They were intended to isolate some error modes, but the n my uses I find it simpler to have...