BowkC
BowkC
The current system for beautifying code awkwardly splits each array instance into its own line, while this is ideal for Arrays containing lengthy instances. See the example below from one...
Currently, the editor does not support syntax highlighting for `nullish coalescing` OR `optional chaining` > Instead, this is interpreted as an syntax error since the editor is expecting ```() ?...
I want to know how to cancel a specific job that has been scheduled, but only one specific job not all of the jobs with that name. For example, if...
I think it would be great if `.getSubreddit(...)` returned the metadata for that particular subreddit so we can fetch information on a subreddit such as icon urls and descriptions etc...