Jakub Kuczys

Results 160 comments of Jakub Kuczys

`redbot-setup backup` is a drop-in replacement for `[p]backup`

"Needs Triage" label means that the issue hasn't been looked at yet and that also means we haven't yet discussed whether we want this or not :) But since you...

> check if HEAD is detached Can we just check if the given revision (which is saved in Config and therefore doesn't depend on the current, possibly invalid state of...

> having had a bit to think about this, what about when a tag and branch are both on the same commit? It probably doesn't matter. When you add a...

> I would be inclined to believe that simply kicking the user from their current voice channel is the easiest fix to this issue. While it is an easy way...

It keeps compatibility with the old way (names without dots are handled as they've been before and names with dots weren't supported in any way before) so I think it...

> Is this still a draft @jack1142 ? I was waiting for a resolution of the warning discussion before committing any changes. Should be ready for review now.

Do you think pylint should only check the name, or should it try matching the module name if a dotted name is provided and built-in if not? The only public...

Based on how the version numbers looked in the past, I imagine that one of these regex patterns (depending on whether you want to future-proof it in case you ever...

Hmm, I wanted F811 but I guess that both isort and usort offer the same functionality so it's better to leave it to them.