Results 9 issues of Friar Pooh

Could be added to the Readme for anyone who happens by that is a windows user. ``` $IPs = Get-Content Set-NetFirewallRule -DisplayName -RemoteAddress $IPs ``` Example: ``` $IPs = Get-Content...

Looking over the switchbrew documentation [here](https://switchbrew.org/wiki/Homebrew_Menu#Themes), I am wondering what the proper format of `posEnd[0]` is in the config file and what it does exactly. Does this limit the number...

What is the reasoning behind the official kernel modules in the repository not working with zsun? I'm trying to get kmod-batman-adv to compile but come up with the error. `types.h:386:26:...

I only updated sq_tools.py as I dont really deal much with changing key generations on things. So none of the batch files were updated. I may do this at a...

When running rustfoil with the --compression off flag, it generates the TINFOIL header plus extra characters outside of the main brackets. After manually adding what I need to (themes and...

This cart dump does contain a titlekey for its update. Within the tik, is the title key. Below is the log output from nsz: ``` could not find title key...

For deduping, if the OS supports it (and user permissions support it), in undupe.py add the library `from send2trash import send2trash` (of course this also adds a new library in...

Where is the ACTUAL source code to build from? I'd like to configure additional buttons with the unused GPIOs on my own board design with an ESP8266.

The ability in --verify or an alternate argument to also verify nca signatures and not just hashes. I had a few files sneak by in automation that were XCI->NSP conversions....