Philipp Dresselmann

Results 4 issues of Philipp Dresselmann

Hello! I've been trying to make this library work for quite some time, but there's a tiny issue preventing me from using it. ## Symptoms In general, the errors I've...

bug

The regex pattern previously only matched comments that would take up an entire line.

In fe6330e1d8b975ff075ab3bd85709480727e8afa, @jpcha2 added an early exit to `tinfl_decompress`. Unfortunately, this broke `tinfl_decompress_mem_to_heap`: * When `tinfl_decompress_mem_to_heap` is first called, the output buffer is not yet allocated (`NULL`) * `tinfl_decompress` receives...

Follow up to a [TODO comment](https://github.com/rosenpass/rosenpass/pull/500#discussion_r1862639081) in the original (draft version) of #500: > TODO: rustfmt ignores docstrings, check [unstable option](https://github.com/rust-lang/rustfmt/issues/3348) or fix manually? The option is called `format_code_in_doc_comments` and...