xhujerr

Results 5 issues of xhujerr

I kept getting the http assets in a small window (in a screen with 1920x1080 it took about a quarter of the area), while I had in screenly.conf ``` [viewer]...

bug
wontfix
non-reproducible

Method `HTTPClient.do_call()` ([http.py, line 101](https://github.com/bkjones/pyrabbit/blob/master/pyrabbit/http.py#L101)) unconditionally echoes url. I use pyrabbit in an agent which catches and parses stdout. Echoed url causes error since is unexpected by the agent. I...

**Describe the bug** In the `.mega-linter.yml` I have following config for pyright: ``` PYTHON_PYRIGHT_PRE_COMMANDS: - command: pip3 install boto3 botocore kwargshelper docker jinja2 pyyaml requests slack venv: pyright ``` When...

bug

Currently I use unittest from a python module something like: ```python loader = unittest.TestLoader() suite = loader.discover(parser.TestDirectory) runner = unittest.TextTestRunner() result = runner.run(suite) ``` To use parallelization I'd probably need...

# Expected Behavior Markdown files end with a newline. # Actual Behavior Markdown files do not end with a newline. The [markdownlint](https://github.com/markdownlint/markdownlint) flags this as an issue. Steps to Reproduce...