Jack Grahl

Results 32 issues of Jack Grahl

There is a problem with the current version if several jobs have the same name, or if one job is run multiple times. Only the final runtime will be recorded....

This seems like a regression from the previous issue https://github.com/PyCQA/pycodestyle/issues/411: A triple-quoted string which contain a trailing whitespace is reported as W291: ``` foo = """Hello world. How are you?...

Hi, I'm using version 2.0.0, and I can't seem to trigger a build at all by commenting on the merge request. Builds trigger fine when adding a new merge request...

Hi, thank you so much for this game. A small suggestion - it would be nice if after clearing the board or running out of moves, there was a slight...

When setting up a custom provider, a user can supply a dict of kwargs to be passed to that class's initializer. If one of these was called 'strict', this would...

Hi, I saw your announcement about this language on Twitter. I thought it seemed extremely useful, so I created a Python implementation. It's at https://github.com/jwg4/pyvirgo, and on pypi at https://pypi.org/project/pyvirgo/0.2.0/...

A few relatively simple changes which should make this library work on Python 3, without affecting how it works on Python 2.

We would find the ability to retrieve list of endpoints with args, available methods in JSON very useful for things like service discovery, health checks, etc. This is a suggestion...

If the app is not initialized in the `Autodoc` object, either through `__init__` or `init_app`, calls to `doc()` seem to work correctly, there is a fairly cryptic error when calling...

These tests are the same as test_row_change_and_row_add_and_row_deleted and test_rows_added, except that they provide coverage of the override for the noun used in the human readable output.