aurimasc
aurimasc
> > For additional safety, wrap entire if statement in do { } while (0) > > That's no good, since destructor would be called too soon on scope. I...
> > if (something) > > KEYBOARD_LOG("something"); > > Hmph, I see. Though code like > > `if (something) KEYBOARD_LOG("something");` > > will still compile, but will be executed not...
MacOS & Firefox. Scrollbars for GitHub and Mastodon. Personally, I can see scrollbar just fine in dark theme, but I prefer the light one and I really struggle here with...
Which version of iOS are you using? Progress requires iOS 11.1 or newer, otherwise it will be -1 until completion, then it will jump to 1. Also note, that progress...
Querying progress is very expensive on Android. So, if you target Android or cross-platform including, you should really avoid checking progress and certainly not do it frequently. I'll check iOS...
How do you monitor the files presence? You haven't cleared the files in Download Manager app?
Gotch, thanks for info. This should fix it: https://github.com/Unity-Technologies/BackgroundDownload/pull/13
Looks like a bug. Is this intermittent issue? Is any of your download very fast to complete?
I believe this should fix an issue with exception: https://github.com/Unity-Technologies/BackgroundDownload/commit/7299ccbe983cbca644d3305268f93f847217e0d0
Can you show your C# code? Including the destination for your file.