Jakub Kuczys

Results 158 issues of Jakub Kuczys

### Description of the changes An attempt at lowering the requirement for constant maintenance of the guild feature list. This PR makes it so that instead of maintaining a guild...

Type: Enhancement
Category: General Cog

### Description of the changes Fixes an incredibly annoying thing with Dev cog's commands - the tracebacks returned by it do not include the source lines! ![image](https://user-images.githubusercontent.com/6032823/188328831-ea50a9bf-611b-4dee-ba2e-9cce011174f1.png) With this PR,...

Type: Enhancement
Category: Dev Cog

## Type of Changes | | Type | | --- | ---------------------- | | ✓ | :bug: Bug fix | | ✓ | :hammer: Refactoring | ## Description Allow specifying...

Enhancement ✨
Needs specification :closed_lock_with_key:

### Bug description ```py # pylint: disable=missing-docstring class MyClass: # correct warning: no-method-argument def no_args(): """A method without a self argument or any other arguments.""" # correct warning: no-self-argument def...

Bug :beetle:
Minor 💅
Good first issue
Needs PR

### Bug description ```py # pylint: disable=missing-docstring import types code = compile(input(">>> "), "", "exec") types.FunctionType(code, {})() ``` A more complete example of public code constructing `types.FunctionCode` object can be...

Help wanted 🙏
False Positive 🦟
Hacktoberfest
Needs PR

### Bug description ```py # pylint: disable=missing-docstring class GeneralException(Exception): pass try: raise GeneralException('...') except GeneralException: ... # for comparison, pylint triggers on this except Exception: ... ``` ### Configuration _No...

Bug :beetle:
Enhancement ✨
topic-configuration
Good first issue
Needs PR

## Basic info **Project name**: Woodpecker CI **Project link**: https://github.com/woodpecker-ci/woodpecker ## Qualifications - [x] A current ZeroVer-compliant version (`0.*`) or long history of ZeroVer usage, and - [x] Very wide...

Patterns would need to be read from: - `.gitignore` file in the same directory as the path, or in any parent directory (the latter allows tools to put a `.gitignore`...

enhancement

e.g. this will error at runtime: ```py TOMATO = "black cherry" def update_tomato(): print(TOMATO) # will error here global TOMATO TOMATO = "cherry tomato" ``` While this won't: ```py TOMATO...

enhancement

Like in title, logs don't include embed messages.