Drew Marsh

Results 6 comments of Drew Marsh

FWIW, we had several people run into this during our latest OpenHack in Los Angeles as well.

+1 for statement bodied lambdas. My use case for this has always been the ability to write GPU programs against a framework that just compile as expressions in C# and...

This library is great, but using it from any random thread is simply not possible because of it's dependency on WPF components. WPF components must be run from a thread...

First, thanks for the heads up, I've fixed the Gist link on SO. The problem with simply calling `Dispatcher::InvokeShutdown` is amount of overhead you're going to incur spinning up and...

Yeah, I was going to write something up on how the entire rekeying workflow has the potential to fail (in a couple ways) and leave things in an inconsistent state...

In PR #12 I'm going to go ahead and refactor this test to work against my implementation. I'll push an update to the PR with those changes and await any...