Mike Kozhevnikov
Mike Kozhevnikov
Create and publish nuget package to nuget.org
I call fileDownload by this ``` $.each(response.names, function (i, name) { $.fileDownload('/Report/Download?name=' + name, { successCallback: function () { console.log(i, name, response.names.length); }, failCallback: function () { alert("FAIL!!!") } });...
I'm trying to dockerize your app and have an issue I hope you know how to deal with  I changed the [initial login URL](https://github.com/yasoob/nrc-exporter/blob/master/nrc_exporter.py#L154) from LOGIN_URL to MOBILE_LOGIN_URL, and...