Brett Higgins

Results 34 issues of Brett Higgins

I have a table cell that has a ReST code block, which has leading whitespace. When I call `TableModeRealign`, the leading spaces are stripped, which collapses the structure of the...

For custom updaters that derive the new version from the file contents (e.g. `newVersion = oldVersion + 1`), the log output was showing the new computed semver version, rather than...

Per this comment on `rollbar.report_message`: https://github.com/rollbar/pyrollbar/blob/33ef2e723a33d09dd6302f978f4a3908be95b9d2/rollbar/__init__.py#L427 the `body` key in the `extra_data` kwarg is "reserved". I discovered the hard way that, if you happen to pass a dict with a...

### Are you certain it's a bug? - [X] Yes, it looks like a bug ### Is the issue caused by a plugin? - [X] It is not a plugin...

needs feedback

## Description of the Bug Report When requesting an API endpoint with the `include` query param, specifying an unsupported value results in an uncaught exception and traceback (below). Note: this...

bug

I was looking at how to use the `Metric` resource in the `cloudwatch` namespace, and I was surprised to see that its `put_data` method doesn't accept any arguments, according to...

documentation
cloudwatch

From #82: > We may even open another issue and discuss whether this is a sane default (I'm not sure either). I'm going to toss my vote in for 'no'...

In Gitlab merge requests, there are two types of comments: - **Note**: Appears in the merge request timeline but does not require a response before merging - **Discussion**: Appears as...

I have a Django app that I want to deploy in these steps: 1. Deploy a single function, `manage`, that is used for running (you guessed it) `manage.py` commands 2....

Original bug described in #175; I'm opening this one because I intend to submit a PR that fixes it without causing the issue described in #197. Copying content of original...