Richard Thomson
Richard Thomson
Using a table makes for easier reading of the properties, although markdown restrictions force the use of long physical lines in the markdown file.
I watched your CppNow presentation and I really like this approach to strong typedefs. Have you thought about making this a standard library proposal for C++23? I know that's a...
Add a koan that shows how the types of numeric constants are chosen. See " Why -0xFFFFFFFF == 1" https://www.youtube.com/watch?v=PPAlh_FmO4M
**Host Environment** - OS: WSL Ubuntu 20.04 - Compiler: g++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 **To Reproduce** Steps to reproduce the behavior: Start with a fresh WSL installation Check out vcpkg with...
I was supposed to talk about cling tonight in my user group meeting as part of a discussion on interactive C++ tools. However, once again, cling doesn't have prebuilt Windows...
When running on a surface book high dpi display, the toolbar icons are all very, very tiny  This makes the application very hard to use since the toolbar is...
**Describe the bug** The code only works on Unix and can't be easily setup in Windows. **To Reproduce** Steps to reproduce the behavior: 1. Download llvm/clang 2. Build debug clang...
It will appear in the markup as `ng-controller="Foo"` so it's a violation of [DRY](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself) to generate `ng-controller="FooCtrl"`. The reasoning behind this preference is pretty well covered in [this blog post](http://www.johnpapa.net/angular-app-structuring-guidelines/),...
[Cerealization and RPC with Cap'n Proto](https://www.youtube.com/watch?v=6V_lVZzV6AE)