Phred Lane

Results 19 issues of Phred Lane

> Introduces new variables: > $output_stdout, $output_stderr, $lines_stdout, $lines_stderr > Existing `$output` and `$lines` variables remain. I found this while looking into #55 and noticed it never made it into...

That's it. Just a bit of clean up.

Opera should receive the same video that Firefox gets. instead, it gets the default due to a [nasty user agent sniff](https://github.com/dfcb/BigVideo.js/blob/master/js/bigvideo.js#L292).

This plugin succeeds or fails seemingly at random with very little output to follow up on. Below is common output: ```yaml with: github-token: *** path-to-lcov: ./coverage/lcov.info coveralls-endpoint: https://coveralls.io Using lcov...

`yamllint` is complaining about the indentation of nested structures (mostly arrays). This is a [whitespace-only change](https://github.com/actions/example-services/pull/31/files?w=1).

I took a stab at fixing this. In the process, I did a lot of refactoring. If you don't like it, I can separate out the parts. Changes: - feature:...

httpie-go skips everything in the middle and shows the final result. HTTPie shows all the redirects and their related headers or bodies (respective of params). ### HTTPie-go ```shell ➜ auth...

Sample usage: ```shell --branch-name pull-requests-combined --label yes,no,maybe --no-label --title "Where Prs are combined" ``` ### Notes * The few things I moved were to sort things alphabetically. * `--label` and...

I quite often want to confirm that some key is in a dictionary or something similar and I rely on `jq --exit-status` to relay that information. I rarely use the...

feature request

As a response to [a comment](https://github.com/magefree/mage/issues/8246#issuecomment-917376208) about how TravisCI cannot handle this project's size: > coverage report can't be enabled in CI process due project size This is an attempt...