Ian Yates

Results 22 comments of Ian Yates

Hi @StephenCleary - thanks very much for the comprehensive answer. Ayende's solution looks pretty smart. Having a thread set aside to "keep things going" whilst also letting the ThreadPool race...

Possibly complicated, but it's entirely abstracted away by the library to the point where 99% of library consumers won't even know it's there. Making continuations asynchronous avoids the "sometimes sync,...

Reading the VS release notes for 15.4.1 (out as of about 40 minutes ago) I came across this Roslyn thread https://github.com/dotnet/roslyn/issues/22650#issuecomment-335638013 It's not quite the same issue but it reminded...

It all depends on the async context being used. The workaround ends up involving another thread from the threadpool, probably preventing the deadlock. The `Ok` method works because the async/await...

Interesting observation. I agree the source certainly has things that way, and it "makes sense". I suspect it's not in the contract of `AggregateException` though. I wonder if it'd be...

👍 for the thoughts from @chrisknoll and @cervengoc I'm in the same camp.

I'm a lurker on here as I use KO extensively but don't yet use the validation plugin. However, from what I can see in the code given by @guerson, if...

I'm not really sure what the end result of #9 was but I suppose if custom levels are possible then we can have our :cake: and eat it too. Do...

Just reading old issues here. Interesting observation. I suppose because the truthiness of ``` ``` didn't change, no re-rendering of the contents of that case block was done. And, as...

You should also note that if you try to use {{}} syntax in certain areas, like between tags, the browser will (unhelpfully) move the text outside of the table for...