Jonah Lawrence
Jonah Lawrence
Also if you manage to fix the charmap decoding issue, feel free to make a pull request for that. I haven't seen the issue come up before, but it might...
Sure, it's good to keep separate issues in separate PRs, so you can feel free to open a PR specifically to change that.
Wasn't it decided that this solution does not work, and `, encoding="utf-8"` would be added to the calls to `open()`?
> I know you've probably already seen this but [RedArc](https://github.com/yakabuff/redarc) was recently created as an API interface to access historical Pushshift dumps, I could look into how difficult it would...
Great to hear! I've been in the Discord server since it was first announced. I've been trying out integrating with other sources but this is the only one I've seen...
Thanks for the suggestion. This feature was planned when `Merge` was initially created, but it turns out to be very complicated to incorporate into the current code design since the...
It seems like this reverts #2, is the runtime error handled any differently now? (Also, to fix the failing workflow, a rebase or merge should work.)
Good idea. Note that the bot can only change the name of the channel 2 times per 10 minutes, so it could run into issues like that
If the ":hand:" is added in the original thread title, it won't use up the ratelimit any more than it already does
Implements a new Icon Preview Interface and updates the UI to include tabs for separating the upload and preview features. - **UI Updates:** - Adds `Tabs` and `Tab` components in...