Brennan Kinney

Results 251 issues of Brennan Kinney

**Is your feature request related to a problem? Please describe.** Running tests via a call to `testssl.sh` and a common commands file for the `--file` option which sets `--jsonfile-pretty` (for...

### Did you check the documentation in ~/doc/ or, if it is a different problem: Did you google for it? [Yes](https://owasp.org/www-pdf-archive//Taming_the_B.E.A.S.T..pdf) (page 5): > **What is not affected** > -...

### Did you check the documentation in ~/doc/ or, if it is a different problem: Did you google for it? Yes the official docs in this repo briefly touch on...

In `ports2starttls()` line: ```sh 465) ;; # HTTPS | SMTP ``` should instead be?: ```sh 465) echo "-t smtps " ;; # HTTPS | SMTP ``` Or is this because...

The sample **interactive login** example has parameters for 16 MiB but incorrectly describes RAM used as 2 MB. MB/GB units of memory are used, but the correct representation is MiB...

I have a similar use-case like a past user discussed with you at https://github.com/buraksezer/olric/issues/9 . I have read over the README, some issues, and `olricd.yaml` config examples. I've been informed...

question

Since this repo is the main one for development and still active, could a dev please chime in on [this issue](https://github.com/Canner/canner-slate-editor/issues/65) over at the canner-slate-editor repo?

bug

Would there be interest in adding support for [Gura](https://gura.netlify.app/)? It's similar to TOML and YAML, the link details where Gura addresses these two formats drawbacks. It seems like it'd be...

A-format

I was hoping for a [Learn X in Y minutes](https://learnxinyminutes.com/) overview/breakdown, although with HCL2 that may be overly verbose to cover. I looked at the top level of the project...

Would it be possible to add a method to compact an Array? Similar to `select()` but only returning an Array of true values(rather than replacing false with a scalar or...

feature