Rob Paveza

Results 24 comments of Rob Paveza

It looks like the library uses the [touch API](http://caniuse.com/#feat=touch) instead of the [Pointer API](http://caniuse.com/#feat=pointer-events). I may look at forking and authoring a PR. Might be able to use https://github.com/CamHenlin/TouchPolyfill as...

> I guess the idea is to make it similar to the `mappings` field, which why I wondered about the following differences: > > * the "key" in `mappings` field...

@dougwilson I did some additional research. RFC2109 specifies this grammar: ``` The two state management headers, Set-Cookie and Cookie, have common syntactic properties involving attribute-value pairs. The following grammar uses...

I have started this by adding the branch HostObjectBridgeV2. You can create a non-named async function that corresponds to a Task; when it is called, it returns a Promise. You...

The async host function is [here](https://github.com/robpaveza/jsrt-dotnet/blob/HostObjectBridgeV2/src/ConsoleHost/Program.cs#L100) and the invocation is [here](https://github.com/robpaveza/jsrt-dotnet/blob/HostObjectBridgeV2/src/ConsoleHost/Program.cs#L71). What are the troubles you're having with my lib?

Unbalanced stacks should be addressed with recent pushes to master. > On Jan 21, 2016, at 12:01 PM, Francesco Bertolaccini [email protected] wrote: > > Thanks. Unfortunately I am not near...

@frabert Can you share a sample project? I can't repro.

Hey Francesco, sorry, not yet. I'm in the process of moving out of state right now so I've been tied up. Next week for sure! On Sat, Jan 30, 2016...

OK @frabert, I've been able to repro this. It's caused by a thread switch during an `await`. This is unfortunately a nontrivial problem to solve. It's related to the threading...

Can you tell me what version of Visual Studio you're using?