Mike Pedersen
Mike Pedersen
I am investigating an issue in which streams in my application are being failed with an `SubscriptionWithCancelException.NoMoreElementsNeeded` exception. I stumbled upon some suspicious dead code, although I don't think its...
Fixes https://github.com/akka/akka-http/issues/4134 Unsure what exactly to add to the docstring, if anything. Could be something like `Fails the route with an [IllegalRequestException] if the request framing is invalid` - thoughts?...
When using `toStrictEntity`, sending a chunked request with invalid framing causes an exception, that is eventually propagated to the exception handler/log. As this is a bad request I would expect...
I have a situation where: - I have a flatbuffer input that may be a DAG (i.e. table entries may be referenced multiple times in the input) - I want...
Hi. Nice library, thanks for putting effort into making this. I think I've discovered an issue allowing use of uninitialized data from safe code in the `read_from` function: https://github.com/agerasev/ringbuf/blob/447a15630b29c807ee137c7366a0bfca768bd5c1/src/traits/producer.rs#L122-L149 The...
Hi. I seem to be hitting an issue where setting `allowCredentials` causes a `CBOR_UNEXPECTED_TYPE` to be returned. I am using Yubikey 5C USB. I am not totally sure whether I...
I need to create a `Csr` graph with `n` nodes and `m` edges. Problem is, some of my nodes may not have any edges. If the last node(s) have no...
Adds environment variable substitution (as described [here](https://docs.docker.com/compose/compose-file/compose-file-v2/#variable-substitution)) to `ParsedDockerComposeFile`. This also means compose file parsing is deferred until the container is started.