Rajeev Mishra

Results 12 comments of Rajeev Mishra
trafficstars

Moreover When I use that I get error such as this - ``` /home/test/Development/api-test/.setup.js:27 documentRef = document; ^ ReferenceError: documentRef is not defined at Object. (/home/test/Development/api-test/.setup.js:24:1) at Module ```

Hi by when can we expect new webview2 to be available in this?

@svstoichkov should this be merged? @michaelnoonan please approve if this looks good to you.

@wowfood @svstoichkov @EluciusFTW is there any active maintainer of this project?

I am able remove errors with below changes, is this the correct way? lib is folder where I have stored winmd file within project root. ``` Windows.UI.Core.Preview.Communications ``` Please review...

Debug is running fine but during release build getting this error @j0shuams, @dongle-the-gadget - The type or namespace name 'Communications' does not exist in the namespace 'Windows.UI.Core.Preview' (are you missing...

@j0shuams do I need to create a separate project with winmd file and generate its projection and reference the nuget in my current project? Currently I directly added ` Windows.UI.Core.Preview.Communications...

so, the issue comes only during publishing (when generating appxbundle via visual studio) in release mode. When I run the program directly form Visual Studio it works fine both in...

While doing ex - 10 I came across Create a promise chain that wraps your iterate method using Q's`fcall` then a series of iterations that attempts to perform `iterate`a total...