Matthew Kehrer
Matthew Kehrer
Could you allow Stacer to run a week again? But this time using Valgrind and posting ur logs after those 7 days?? Here's a guide, if you're down. 😀 http://www.valgrind.org/docs/manual/quick-start.html#quick-start.prepare
The memory leak fix is currently only in the git upstream build. You'll have to compile from source in the meantime.
[My project](https://github.com/m-flak/gatty) segfaults on credential passing and on sending a text query. Is there something I'm doing wrong?? 😩
Any reason why nasm is used over yasm?
>_I am not sure that a test should infer a value in the code being tested and then be used in the actual test. The test should assert based on...
I rethought my approach and made a simple utility method. Still, it would be cool if UnitTestEx could do this for me. ```c# public static string GetHttpRoute(Type functionClass) { string?...