Nathan

Results 2 issues of Nathan

The second argument of formatFileName is `includeFileExtension` but it doesn't actually remove the extension if one is specified. ``` py> print(ScreenCloud.formatFilename("file_name.png")) file_name.png py> print(ScreenCloud.formatFilename("file_name.png", False)) file_name.png ``` I'm not sure...

plugins
Stale

**Describe the bug** Whenever I open ArmCord, it prompts me to sign in with a security key. I *did* have a key previously, but I have removed this. I have...

bug
upstream