Dāvis

Results 183 comments of Dāvis

On ArchLinux, using a335da6bb812272d68d6842ff88c4b7552465cc4 but I applied Linux commit on top.

I found that this works https://update.miui.com/updates/v1/fullromdownload.php?d=vili_global&b=F&r=global&n= (notice `b=X` replaced with `b=F`) if you pass `Referer: https://c.mi.com/`

``` https://update.miui.com/updates/v1/fullromdownload.php?d=vili&b=F&r=cn&n= http://update.miui.com/updates/miota-fullrom.php?d=vili&b=X&r=cn&n=&l=en_US https://update.miui.com/updates/v1/fullromdownload.php?d=vili&b=X&r=cn&n= https://update.miui.com/updates/v1/fullromdownload.php?d=vili_global&b=X&r=global&n= ``` These ^ failing are not an issue, XiaoMiToolV2 tries to download all roms by trying different regions with different branches (stable, dev) and it's...

I found issue with `https://update.intl.miui.com/updates/miotaV3.php`, XiaoMiToolV2 tries `vili` and `vili_global` but it doesn't try `vili_eea_global` and there are many other regions too...

I'm also looking for this

Isn't there still any easy way to have single `dub.json` config for bunch of single file executables? Seems such PITA creating lots of config when all are exactly same... I...

I don't see why using other path would be problem? Before, with current implementation you've to change it in 3 places (if you've gitlab elsewhere), now with this it will...

Changed `script` to `bin` dir because of GitLab changes with commit gitlabhq/gitlabhq@2341cefd6fa2811a1af41f2068554738d7eebfc4 I've been using this Systemd service for more than half a year and it works good ;)

I've same issue. Any idea? ``` Enter the recovery password: XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX Valid password format, continuing. Sun Feb 23 15:41:51 2020 [ERROR] The MACs don't match. Sun Feb 23 15:41:51 2020...

I'm looking how to import CSV bank statements with 13.0. So it looks like I would need to port `account_bank_statement_import_txt_xlsx` ?