Results 15 comments of Michael B. Gale

Hi everyone, I ran into the same problem yesterday, but found that the format is documented in https://docs.docker.com/engine/api/v1.40/#operation/ContainerAttach Here's some (simplified) code to show how I deal with it at...

I agree with @ilyakooo0. I think that there should be an implementation of this in the library, at the very least as an opt-in (i.e. even if it was just...

@andreasabel I have rebased on `master`, but you (or another maintainer) needs to approve the workflow.

Sorry about the lack of tests. I had a look at the other options for the `consoleTestReporter` when I implemented this new option, but couldn't find any tests for those,...

We also started running into this issue today. After enabling step debug logging, it seems that for us the error was caused by a permissions issue. Specifically, during the CI...

Thanks for the detailed response and explanation for what's new in version 2, @jared-w! I totally agree that gatekeeping PRs over commit messages wouldn't be great. As @sondr3 suggests, the...

I have just released [`servant-rate-limit`](https://hackage.haskell.org/package/servant-rate-limit) which allows applying different (or no) rate limiting strategies for different endpoints. For example: ```haskell import Servant import Servant.RateLimit type TestAPI = RateLimit (FixedWindow 2...

I have the same issue (although using gradle instead of maven and on macOS). It seems that the Eclipse language server can't find the standard library, although I am not...

@denibertovic have you had any more thoughts on this / have you made a decision?

I have the same(?) issue (macOS 12.1, Docker 4.3.1, Compose 1.29.2). Even with the [example configuration](https://github.com/nginx-proxy/nginx-proxy/blob/3670d39b71e8fe7dcc0b317accdf1d9ba6f18840/docker-compose.yml), the process shuts itself down immediately (seemingly without any error): ``` nginx_1 | Info:...