vi

Results 111 comments of vi

This happens due to a sphinx bug, fixed in sphinx 5.0: https://github.com/sphinx-doc/sphinx/issues/10227 Unfortunately wasn't backported to 4.x, so the solution is either upgrading to 5.0 or bundling a patched `searchtools.js`.

This appears to be fixed: ```sh $ curl -X POST -H "$AUTH" -H "Content-Type: application/json" \ -d '{"type": 15, "name": "test-forum", "default_thread_rate_limit_per_user": 42}' \ https://discord.com/api/v10/guilds//channels { "id": "1022859017468518491", "last_message_id": null,...

Support for selects in modals on mobile is still wip - #611 is primarily waiting for Discord to implement the feature on all platforms.

> Merge is blocked by a needed snakebot update Should be fixed as of https://github.com/onerandomusername/snakebot/pull/69.

> @shiftinv just to clarify, is this pr otherwise done, just waiting on snakebot? Yup, other than that it's done, except for the logging inconsistency mentioned in the description which...

> Thoughts on gating every run() method with an `if __name__ == "__main__":`? Fair, but I'd rather keep examples without boilerplate code as much as possible. Gating with `__name__ ==...

> > New default_sort_order field on forum channels > > I don't think this is documented yet. It got documented and then removed from the documentation again a day later,...

Thank you for the PR. At this time we don't plan on implementing a `Keyboard`-like type or methods, they can easily be implemented by subclassing `View` in user code and...

Not sure what happened here, merging #667 resulted in GitHub automatically closing this PR, instead of changing the base branch to master like it should've: > If you delete a...

... should be fixed except for merge conflicts, thanks to https://github.com/github/docs/discussions/18311.