Tonye Jack

Results 50 issues of Tonye Jack

When I run the same command using `--dry-run` it executes without the part positional argument added. Also running with `--verbose` option it works fine. Sample command `bumpversion --allow-dirty --list --config-file...

```shell script 2020-08-31 12:39:21,019 urllib3.connectionpool "WARNING" - Connection pool is full, discarding connection: storage.googleapis.com ``` Steps to replicate ```python COLLECTFAST_THREADS = 20 STATICFILES_STORAGE = 'storages.backends.gcloud.GoogleCloudStorage' ``` Run ```shell script $...

This should address most of the issues related to BadSignature.

enhancement

This is a security enhancement currently only using `encrypt` allows instant access to the encrypted value which could easily be retrieved and modified introducing another protect route should mitigate this...

Cleaned up the README to highlight python code blocks. @jsocol

Similar case using the `ServiceView`.

good first issue
documentation

The services shouldn't allow more fields than expected when calling execute ```py class MyService(Service): field_a = forms.CharField(...) ``` Call ```py MyService.execute({ 'field_y': 1, 'field_a'; 2 }) ``` Expectations: Raises an...

**Describe the bug** Using a base when generating change logs results in duplicate sections. **To Reproduce** Steps to reproduce the behavior: 1. Run ```sh $ github_changelog_generator -u [user] -p [project]...

### Formatter ```py ... 'formatters': { 'custom': { 'format': '%(message)s %(my_object)r', }, }, ``` ### Handler ```py 'handlers': { 'custom': { 'level': 'WARNING', 'class': 'rollbar.logger.RollbarHandler', 'formatter': 'custom', }, }, ```...

### Is your feature request related to a problem? Please describe. Given that both files and directories can be added using the `files` input which seems limited to describing files....

enhancement
good first issue