Results 26 comments of Koopa

Looking at the [changelog](https://htmlpreview.github.io/?https://github.com/NationalSecurityAgency/ghidra/blob/Ghidra_10.0.4_build/Ghidra/Configurations/Public_Release/src/global/docs/ChangeHistory.html), it looks like the API changes since 9.1.2 are pretty minimal. I don't see anything that should have affected this plugin. With that said: [SwitchLoader-1.4.0-7ffbbf5-Ghidra_10.0.4.zip](https://github.com/Adubbz/Ghidra-Switch-Loader/files/7489771/SwitchLoader-1.4.0-7ffbbf5-Ghidra_10.0.4.zip) (untested)

Reproduced this issue on Arch Linux (no options exposed to Goldleaf's UI). [GoldtreePy](https://github.com/friedkeenan/GoldtreePy) ended up working for me instead.

To build for KDE5 on Arch, I needed to install [`extra-cmake-modules`](https://www.archlinux.org/packages/extra/any/extra-cmake-modules/).

Since releases are fairly infrequent, I may be able to take on the maintenance of AUR packages for the different DEs supported here if that's alright with @GerbilSoft. A good...

> I tried doing what you suggested here, mounting megacmd's webdav server, but apparently this is prone to IO errors like these: > > ``` > 2020/11/16 12:48:44 ERROR :...

I have went through the different methods of accessing MEGA within rclone and documented the issues and successes I had. What follows immediately is a lengthy description of my process,...

I think that's correct. The symptom is that, when rclone goes to replace an existing file on the WebDAV server, an additional file is created. If you were going in...

I'm not sure if there's even a notion of a file deletion in this transaction. As far as I understand, the `--delete-(before,during,after)` option allows you to control *when* the deletion...

I have documented some of the issues that occurred when I tried using MEGAcmd's WebDAV implementation with rclone [here](https://github.com/rclone/rclone/issues/4695#issuecomment-1006262360) (in #4695).