Mike Kozhevnikov

Results 3 issues of 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 ![website](https://user-images.githubusercontent.com/1535733/137182078-f1e573d8-df0d-47a6-891b-d2074916f9e4.png) 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...