Brian Dukes
Brian Dukes
## Description of problem https://blog.jqueryui.com/2021/09/jquery-ui-1-13-0-rc-2-released/ indicates that this next release is focused on compatibility with newer versions of jQuery. It seems good to adopt this version (even while the core...
Subresource Integrity adds security against a CDN being tampered with (see https://www.srihash.org/) It would be nice if, when requesting a file from an external URL, the integrity hash could be...
Per [the documentation](http://knockout-contrib.github.io/KoGrid/#/api), passing `sortInfo` in the options should set the default sorting state. However, nothing is looking at the value that is initially passed in. This patch looks to...
I'm doing this PR against master, but I could do it against develop, I'm not sure what the difference is at this point…
I've created a basic VSTS task to deploy via PolyDeploy, which I've published as https://github.com/bdukes/cantarus-polydeploy-client. This doesn't address the IP whitelisting issue (see #24), but if you're using an on-premise...
## Description of problem An MVC controller which implements [`IAsyncController`](https://docs.microsoft.com/en-us/dotnet/api/system.web.mvc.async.iasynccontroller) or an action method which returns `Task` aren't respected and no asynchronous processing happens. This is a standard supported feature...
Fixes #114