Jozef
Jozef
Running on OSX Mojave 10.14.3 and google-benchmark 1.4.1, I get linker errors trying to include the library: Undefined symbols for architecture x86_64: "benchmark::internal::InitializeStreams()", referenced from: ___cxx_global_var_init in test.o ld: symbol(s)...
I created a table using your GeoTableUtil in the README. Running: > aws dynamodb list-tables --endpoint-url http://localhost:8000 I get the output: ``` { "TableNames": [ "geo_test" ] } ``` But...
Let's say I send objects as part of my `extra` arguments, something like: ``` { "prop1": "val1", "prop2": "val2", "prop3": "val3", } ``` If one of those values turns out...
Great project, thanks for this. One thing I'm surprised by however is the synchronous nature of the pipelines. I registered a bunch of pipelines which are unrelated, hoping they would...