Patrick Williams

Results 12 issues of Patrick Williams

Using the original files, mutt displayed a black background. Using these changes I get the "proper" Base3 background. Was this an issue with my mutt / terminal config or a...

https://github.com/chriskohlhoff/asio/issues/94

#### General informations The .travis.yml is unchanged from the original offlineimap fork and is specifying python2. This should be updated to python3 and enabled on this repository.

documentation

attributeOverride ends up in output/host/usr/powerpc64-buildroot-linux-gnu/sysroot/hostboot_build_images/attributeOverride. We probably should put it under output/host/usr/bin since it is considered a 'host' tool once we've built it.

bug

1. How does the attribute code handle if an attribute changes size between two firmware levels? If we had an attribute that was 1 byte and was a BIOS setting,...

Based on this binutils change from Alan Modra, future versions of binutils and GCC will require the .got / .toc section to be 256 byte aligned. https://sourceware.org/ml/binutils/2015-04/msg00333.html Need to perform...

enhancement

When we print out an error log the procedure callout is in decimal but the code uses hex for the enumeration numbers. Please review this and all other error log...

bug

**Describe the bug** The generated targets for `ninja clang-format` and `ninja clang-tidy` run against, and in the case of clang-format modify, source in subprojects. ``` $ md5sum subprojects/cxxopts-2.2.0/src/example.cpp 8a46e7a4065d2ba30c0879480cc14b33 subprojects/cxxopts-2.2.0/src/example.cpp...

Would it be possible to easily emulate the `--force-function-style` behavior of beautysh? That seems to be the only missing feature to use this as a replacement. ``` --force-function-style FORCE_FUNCTION_STYLE, -s...