Results 5 issues of lsowen

Currently, I don't think bulldozer will receive a signal when the approval comment to a review request matches the comment/comment_substring signal. I believe that a separate comment has to be...

enhancement

S3Transfer (and thus boto3) has the [`num_download_attempts`](https://github.com/boto/s3transfer/blob/d28595e0741f03d8e86519cd571a2d91dd74bcc1/s3transfer/__init__.py#L573), which handles retries for issues like [`socket.timeout`, `socket.error`, etc](https://github.com/boto/s3transfer/blob/d28595e0741f03d8e86519cd571a2d91dd74bcc1/s3transfer/__init__.py#L521-L538). It would be greatly helpful if a similar option as added (and exposed up...

feature-request

The [docs](http://www.mchange.com/projects/c3p0/#cleaning) for 0.9.5.2 indicate that `ComboPooledDataSource` implements `java.lang.AutoCloseable`, but it looks like support was pulled in [`c3p0-0.9.5-pre10`](https://github.com/swaldman/c3p0/blob/master/src/dist-static/CHANGELOG)

We have some limited installations of Office which do _not_ include Outlook. In this case, the 32 bit XLL is incorrectly registered, because the "bitness" registry entry for Outlook is...

Good afternoon, I'm trying to connect to the `notify::current-level-buffers` signal of the gstreamer 1.0 [queue](http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/gstreamer-plugins-queue.html). Unfortunately, the callback parameter needs to be of type `GParam`, which is not a type...