angry-bender

Results 40 comments of angry-bender

> Apologies for the delay in responding, did a couple more test runs and found that this occurs when I try to fetch data more than a day (or half...

The more i think on this, the more i think we could create a function for the acquisition loop, passing in the required command to it. This could hugely simplify...

> Hi @angry-bender, thanks a lot again for the great suggestions and PR :)! I am on holiday so can't check/test will be back in 8 days. No problem mate,...

Just given the functionality of the commandet, my concern would be how long Microsoft takes to return that number, as I think you'd be requesting the same data twice. For...

> @angry-bender I think I will do something like this, make it retry 3 times when an error occurs, waiting 5 seconds before trying again: > > ``` > while...

> Hi @angry-bender, > > Just released the update! All three tasks have been added. Please let me know if anything is missing or if you encounter any issues. No...

> Hi, thanks again for the pull request, it looks good and hopefully fixes some of the issues. > > I encountered some small errors while running the code. Maybe...

That should fix the issues listed above, apologies on that one

> Hi, thanks! It looks good :). I had to fix a small error with the date format for the Audit functionality. > > `$($currentStart.ToUniversalTime().ToString("yyyy-MM-ddTHH:mm:ssZTHH:mm:ssZ"))` The time was included twice,...

> Hi, thank you for the valuable feedback. This is indeed a big one, going require some time and effort. We can try to work on this and chip away...