Thomas De Schampheleire

Results 11 issues of Thomas De Schampheleire

Input: ``` sed 's/\(..\)/\\\x\1/g' ``` Debug output: ``` "/home/tdescham/.gem/ruby/2.2.0/bin/wkhtmltopdf" -q - "/tmp/test.pdf" sed 's/\(..\)/\\x/g' ``` The input code is no longer the same, the triple backslashes became 2, and the...

The LICENSE file only talks about the license for cereal itself. However, cereal bundles rapidjson and rapidxml, each with their own licenses. Users should be made aware of this bundling...

* **Device**: Infinity IC60-LED (Massdrop) * **Firmware Origin**: controller.git repo, built locally. * **OS**: Gentoo Linux, but controller built in Archlinux docker image * **Version**: * bcdDevice 3.91 (this was...

Perhaps this is related to issue #15 . Following command: dd if=/dev/urandom of=/dev/null bs=1M count=100000 does not yield output in 'progress'. It does detect a running dd command, since the...

**Describe the bug** Prior to commit 6d3d2750, a syntax error in the JSON input would cause a nonzero return code. After this change, the error code is zero. It is...

While manpage generation is optional depending on whether 'rst2man'/'rst2man.py' is found, a broken rst2man will still cause build breakage. For a build system like Buildroot, where manpages are anyway not...

**Describe the bug** The compiler and link commands used depend on the build system used, e.g. make vs cmake (maybe same for the other build systems). This is unexpected and...

build issue

Strings that have a 'r' (raw) prefix are not converted by flynt. ``` $ flynt -s "'foo {0} bar'.format(baz)" f'foo {baz} bar' $ flynt -s "r'foo {0} bar'.format(baz)" r'foo {0}...

bug

gearbox serve patches stdout/stderr to be an object of class LazyWriter, which only opens the file when something is written. Is this only to avoid an empty log file in...

**What version of protobuf and what language are you using?** Version: 3.21.12, but same occurs on latest 28.0 Language: C++ **What operating system (Linux, Windows, ...) and version?** Linux (e.g....

help wanted
c++
protoc