Jonathan Barrow
Jonathan Barrow
I currently have the latest nsfw_model found at https://github.com/GantMan/nsfw_model/releases/tag/1.1.0 and am trying to load it as a local file like so: ```js const model = await nsfw.load('file://' + __dirname +...
Currently the release builds are unsigned. They are not harmful, but users get a warning saying the code is unsigned, which may worry people. A way around this is to...
Button names and value mappings done (see `gamepad.js`). Need to add UI and creation support
I suggested this to several people in the Cemu community, due to the advent of CemuHook which allows developers to run 3rd party code in Cemu, but everyone has declined...
There seems to be some major issues when using this lib in conjunction with p5.play and using it's sprites. Scenes get mixed together, collisions start to break, etc. Here's an...
Opening this issue just to keep track of any inaccuracies/issues I find in the wiki or new findings to be added to the wiki. Since I will be updating this...
The error code documentation listed here https://github.com/Kinnay/NintendoClients/wiki/Wii-U-Error-Codes is very useful for understanding when to throw an error and why, however it remains very incomplete. On Wii U all the error...
On the wiki I see you document [DataStore Codes](https://github.com/kinnay/NintendoClients/wiki/Data-Store-Codes), so I was wondering if `applicationId`s might also be on the table for being properly documented? They are used a LOT...
In my electron app I am attempting to make shortcuts for items that can be in one of two languages, English and Japanese. Making a shortcut in English works fine....
### Is there an existing feature request for this? - [X] I have searched the existing feature requests ### Is your feature request related to a problem? Please describe. I...