Christopher Dignam

Results 59 issues of Christopher Dignam

When [`merge.notify_on_conflict`](https://kodiakhq.com/docs/config-reference#mergenotify_on_conflict) is enabled, Kodiak will remove the auto merge label and leave a comment when there is a merge conflict. We remove the auto merge label to prevent Kodiak...

enhancement

This change replaces most of our UI for modifying subscriptions with a link to the Stripe Customer Portal. The Stripe Customer Portal recently added the ability to modify seats and...

Literal URLs in a markdown file will be rendered twice. is rendered as http://example.com (http://example.com) This seems redundant.

When a user only has a social account associated with them and they attempt to disconnect it, we should return a 403 error, not a 500 error.

I think adding type annotations to this library would be helpful for mypy users.

future

msgpack-python 0.5.0 or later is incompatible with this library. Specifying an accepted version range fixes the installation of this tool.

Currently it doesn't appear possible to set a breakpoint with `import pdb; pdb.set_trace()` in a `BowlerTestCase`. It looks like `in_process` is set to true when calling the modifier, but I...

When running fixit I encountered the following error: ``` python3 -m fixit.cli.run_rules Scanning 1 files Testing 21 rules Encountered exception for the following paths: ./main.py Running `pyre start` may solve...

Hi! Adding type annotations to this library would allow for better auto complete and type checking with tools like mypy and pyright. Would you accept a PR that adds type...

Category: Feature
Priority: Medium