Alexander Knieps

Results 8 issues of Alexander Knieps

Today I was stumbling about cases where I could not print branded structs if the brand parameter was bound to a `List({enum type})` via `KJ_DBG`. This happened due to BrandArgumentList...

Currently, when using the dynamic API via SchemaLoader, it is possible to convert dynamic objects obtained with a SchemaLoader to C++ objects (as long as the conversion is registered via...

Currently, pipeline types seemingly follow move-only semantics. It appears, however, that it should be possible to copy them, either by the use of `AnyPointer::Pipeline`'s "noop" method or simply by increasing...

Currently, a lot of headers include \ to check for availability of parallel algorithms. However, this header is not available in C++17, but only from C++20 onwards.

**Describe the bug** In pem.c , _libssh2_pem_parse_memory does not support encrypted keys, while _libssh2_pem_parse does. The entire code section to parse encrypted PEM files is missing from _libssh2_pem_parse_memory. For non-openssh...

bug
help wanted

When creating an instance of uneven_block with the distribution [1, 0, 1] then the implementation incorrectly returns process id 1 (counting from 0) to be the owner of element id...

Currently, the implementation of `BufferedInputStreamWrapper::tryRead` will throw on premature EOF due to forwarding to `InputStream::read` if the buffer is insufficient to fill the request: https://github.com/capnproto/capnproto/blob/737dba8da94fcde061ebd8b9b3e7efff727b9877/c%2B%2B/src/kj/io.c%2B%2B#L156 https://github.com/capnproto/capnproto/blob/737dba8da94fcde061ebd8b9b3e7efff727b9877/c%2B%2B/src/kj/io.c%2B%2B#L164 Wouldn't it make more...

https://github.com/capnproto/capnproto/blob/5faf3144b5e1b0fbbe80992f7e3a890a472c82a3/c%2B%2B/src/capnp/dynamic.c%2B%2B#L663 I guess this case block should be terminated by a return after this line?