ConfiG

Results 10 issues of ConfiG

### Describe the bug a return at the end of an if statement with other code in it removes the return when compiled ### Reproducing steps 1. Open a script...

bug

The compiler assumes that an `else` statement after `if(!condition1 && !condition2)` is `if(condition1 && condition2)`, when in reality it should be `if(condition1 || condition2)` (aka `if(!(!condition1 && !condition2))` which mcscript...

wontfix

this fixes horizontal videos showing up as `1920p`, `1280p` etc, instead of `1080p`, `720p`, ... i didnt test the changes but the changes are small enough so i dont think...

**Describe the bug** Sometimes, the timeline would stop loading, despite continuing to load in new Twitter, and the API itself returning the next cursor. I suspect this is caused by...

bug

I'd like to have this on Linux... Anything else to say here? P.S. Using Linux Mint 19.1 and Unity Editor 2019.3.0a4

Fixes the currently main 4.x issue - disallows installing extensions outside of _init - same reason as below, allowing this would require restructuring my code again.. - removes runtime mod...

refactor / cleanup
4.x

**Describe the bug** When scrolling a user's Tweets page for too long, the Twitter API times out, but this isn't indicated in the UI in any way (the only way...

bug

Some English text was changed in the installer, so all other languages need to reflect that change now. This issue tracks the progress of these translation updates - [x] Czech...

documentation
enhancement

fixes #18 please squash when merging 🙏 off-top the reason im only finding out about this now is im using listen time + duration to find the end of a...

adds support for listenbrainz to the LastFMRichPresence plugin fulfills https://github.com/Vencord/plugin-requests/issues/634 might want to reconsider the name of the plugin now, if that's feasible or, alternatively, move listenbrainz support to a...