Tal Kedar
Tal Kedar
Allows calling `cmdl.params( { "--name", "-n" } )` and getting all relevant values, regardless of which param name was used on the command line. For example, ```c++ std::ranges::for_each( cmdl.params( {...
Please consider enabling [MGLRU](https://docs.kernel.org/admin-guide/mm/multigen_lru.html).
### Description Add a few missing `template` keywords to fix compilation errors and warnings with a very recent clang 19 (probably due to this LLVM [commit](https://github.com/llvm/llvm-project/commit/ce4aada6e2135e29839f672a6599db628b53295d) in this [PR](https://github.com/llvm/llvm-project/pull/98547)). This...
### Describe the feature When fetching from DynamoDB and accessing a binary data field, `AttributeValue::GetB()` makes a copy of the underlying `ByteBuffer` (that's held in a shared pointer to hopefully...
add a `dir` suffix to the `modules`, `state` and `tmp` runtime options.