Jakub Kuczys

Results 160 comments of Jakub Kuczys

If the maintainers decide that editor integration is in scope for this project rather than separate dedicated projects, I would like to suggest using Language Server Protocol for this to...

VS Code Python team is actually pushing for this as well (LSP-based integrations, not necessarily the linter themselves implementing language server protocol themselves), they're working on extension templates and stuff...

If this is going to be implemented, my small ask is for the pattern to be `venv*`/`.venv*` rather than the potential alternative of `venv3`/`.venv3*` so that it works with my...

The type hint is `discord.abc.User` so it accepts all user types. The docstring uses discord.User so that could be fixed. The screenshotted error is about you trying to pass a...

This shouldn't be too hard to implement as part of the existing delete repeats check and `[p]modset deleterepeats` command and I don't see much against it really if someone has...

> why is it 'files_from_attatch' and not 'files_from_attach'? As somewhat explained in the PR description, it's an alias for `files_from_attach` that's been left in Red for backward compatibility after the...

It has been suggested to make this (splitting *after*) a default and to also consider adding `str.splitlines`-like `keepends` argument that would strip the delimiter *if* it's set to `False` (and...

I went with restart *only* on 1 and 26 *but* I could alternatively do restart on *all* but 0, 2, and 78. The question is which one makes more sense...

30 seconds (~22%) cut just like that, that was easy 👀

What I meant by tribool would be sth like `[p]helpset menus buttons/reactions/disable` (`[p]helpset menus` being the command)