Andrii Kozhyn
Andrii Kozhyn
Due to the bug described [here](http://stackoverflow.com/questions/7263309/onbeforeunload-event-is-too-enthusiastic-in-ie9) unsaved-changes shows notification when user clicks on `` even when `href="javascript:void(0);"`.
Currently popup is still visible on a screen, but editor itself gets deleted
Is it possible to load an assembly into `AppDomainContext` using [this ](https://msdn.microsoft.com/en-us/library/h538bck7(v=vs.110).aspx) method? LoadAssembly is accepting only a string.
Bower is deprecated, is it possible to have npm package published?
`andSelf` callback was replaced with `addBack`. https://api.jquery.com/andself/
1. Id is generated in format RavenUsers/{0}/Login. 2. Do not set it if it is defined by client. I want to have predefined userId that I'm creating.
Currently branch name has background that is different from settings you choose for powershell 
The following code `sqLiteCommand.ExecuteScalar();` throws an exception: ```