Michael Smith

Results 118 comments of Michael Smith

Add notes on static vs shared libraries for all platforms. http://www.learncpp.com/cpp-tutorial/a1-static-and-dynamic-libraries/?

Don't use `long`, it's size is platform-dependent.

https://eli.thegreenplace.net/2013/07/09/library-order-in-static-linking

Document uses of Boost.Locale: sorting, multiple pluralization, masculine/feminine, casing, splitting strings (by words, separators, white-space). Translate individual strings or smaller. What do we use utfcpp for?

TODO: update Facter fact output sorting to use locale. Custom facts can introduce any character and need to be sorted correctly.

Blocked on https://github.com/puppetlabs/leatherman/pull/99.

I think I've pointed you at everything I previously wrote.

Did this eventually get moved to https://github.com/puppetlabs/bolt/blob/master/resources/bolt_bash_completion.sh?

You can use `-f path/to/Dockerfile` to build a different dockerfile than the local one. So the instructions could change to: copy to Dockerfile.cli, then `docker build -f Dockerfile.cli ...`. My...

Hi @HalimKim, thanks for your contribution! We don't use pull requests in Apache Impala, we use Gerrit instead: https://gerrit.cloudera.org/. https://cwiki.apache.org/confluence/display/IMPALA/Using+Gerrit+to+submit+and+review+patches has a walkthrough for uploading patches for review. Thanks, Michael.