Denis Sumin

Results 17 comments of Denis Sumin

I found a workaround ``` Object.defineProperty(window, 'onbeforeunload', { writable: true }); Object.defineProperty(window, 'onunload', { writable: true }); ```

Unfortunately, this isn't a regression, #825 resolves #824. Maybe this needs to be documented well. Or someone will add a method that allows changing window properties. Example: ``` nightmare.writableWindow(true).goto('http://...') ```

@DataTriny thank you for your effort! Could you also provide an example of how to use this? For example, how can I call `ElementFromHandle`? Thank you!

@DataTriny Great! Thanks a lot!

>the first renderer is executed by setting the store-only policy If there is a non-nullable field in the query and it doesn't exist, will the application crash?

I suggest FaunaDB, Firebase Firestore, as they are easy to use and start with.

@jonathanhotono I use [MS Graph](https://gist.github.com/w01fgang/e08d71e0eb95b736bbde09e0d6c30d3e) to imperatively install the app to users. Once you install the app, then the bot will receive the `conversationUpdate` event with the user's conversation context,...

@jonathanhotono [this](https://gist.github.com/w01fgang/e08d71e0eb95b736bbde09e0d6c30d3e#file-graph-js-L154) will trigger `conversationUpdate` without user interaction, then just save the context for the user id like this: ```javascript this.onConversationUpdate(async (context, next) => { const conversationReference = TurnContext.getConversationReference(context.activity); await...

For me having Wallaby.js is a game changer.

works for me like this: ``` s2 = { version = "0.0.12", default-features = false } ```