Samuel Marks

Results 339 comments of Samuel Marks

Great idea. Any news?

Okay, maybe hide the warnings on test runs? - Because to the random developer it looks like failure, when it's an expected response. You can also capture the stdout and...

Hi @matt-42, Thanks for responding so quickly. - Windows support: WOOT! - Performance is more of a nice-to-have then a must, but since C++ frameworks are finally winning the benchmark...

Any news on this merge?

Alright, well in the meantime I'm hacking something together here: https://github.com/stalkerg/postgres_cmake/pull/46

Oh silly me. Woth correct `set` of src files, I now get: ```sh Command line invocation: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project pp.xcodeproj build -target ALL_BUILD -parallelizeTargets -configuration Debug -hideShellScriptEnvironment User defaults from command...

Hmm, there's also this one: https://github.com/abesto/yq No commits for 2 years then one a month ago

I've seen a bunch of Rust projects which are runtime independent, i.e, you bring in your own runtime (e.g., event loop). [libprocess](https://github.com/apache/mesos/tree/master/3rdparty/libprocess) is certainly one approach here, as is [`#include...

Sure, here's a good example: https://github.com/sozu-proxy/lapin

My main goal was debugging why it was getting my `#define`'d or `target_compile_definitions` params so I updated the port you already had in order to fix it. No opinion about...