Freya Gustavsson
Freya Gustavsson
This makes sure we unload data and populate it correctly Related: https://c3js.org/reference.html#api-unload
I couldn't see an easy way to access the reaper instance, since it seems instanced and thrown into Account, Lurker, and Scanner. I need a way to do API calls...
As a Reddit mod, having new modmail stream functionality would be very helpful. It's API endpoints are a bit different from a normal listing, so it's a bit more of...
This can be seen as a reverse-shift functionality. Instead of holding shift while clicking remove to prevent RR popup from appearing, if the user has the setting enabled for posts...
Right now it just hits respond when executing a modmacro regardless of what is currently selected (at least from looking at the code) If we would add ability to reply...
[Custom elements is a living standard](https://caniuse.com/#feat=custom-elementsv1) and all our targeted browsers support it. Would it make sense for us to utilize custom elements for part of our UI? Particularly, I...
When you are within a post detail, there is no sticky button if it is enabled. Making it difficult to sticky to top position
At the moment you can select only one option when you have a select element in a removal reason It would be possible to add multiple attribute to the select...
There doesn't seem to be any support for setting user flair by `flair_template_id`. Only for managing flair templates. `SetUserFlairAsync()` only supports `text` and `cssClass` https://github.com/CrustyJew/RedditSharp/blob/d25ae76a4b29d3b7c36c0a050155111717dd0c17/RedditSharp/Things/Subreddit.cs#L665-L674