Results 44 issues of Eric Cornelissen

Fix a bug where cron panics if [the schedule string ("spec")](https://github.com/robfig/cron/blob/6a8421bcff44c2a9889075724070baaebf8dcd72/parser.go#L88) has a particular format, namely exactly "TZ=" or "CRON_TZ=". If this string is user controlled that user may be...

Many go tools support the syntax `./...` to recursively analyse the current directory and all its descendants. It would be nice if [deadcode](https://github.com/remyoudompheng/go-misc/tree/2d6ac652a50e368c874b15d00ea5e346e240e906/deadcode) would support this as well :slightly_smiling_face:

Rule [MD053](https://github.com/DavidAnson/markdownlint/blob/cba2ca0dbdc8f11e4b97c054380ffd52bb7aae19/doc/Rules.md#md053---link-and-image-reference-definitions-should-be-needed) incorrectly complains about an unused link definition when the link usage: 1. Spans 2 lines 2. Is in a blockquote ## Reproducing The following MarkDown file should reproduce...

bug
fixed in next

FYI: the change at the start of the test file ensures the `reverse` function for arrays is used rather then the one for strings. It works, but I'm not sure...

As per #330, implemented a helper for arrays named `concat` which takes two arrays and concatenates them together. Suggestions are welcome 🙂 It seems something weird happened when I generated...

Hey, awesome project. I just wanted to ask if anyone besides me is interested in a `concat` helper for arrays (and possibly other types as well, such as strings?). If...

**Describe the bug** When I try to use gh-dash on a repository owned by my personal account I'm getting an error related to SAML, while SAML is only required for...

bug

On the first run this Action did in one of my repositories (first time using it) I looked at the output and noticed a curious log ([full logs here](https://github.com/ericcornelissen/git-tag-annotation-action/runs/7679515582)): ```log...

bug

After adding this action to one of my project I was curious what it was scanning. Unfortunately I was not able to figure out what is actually being scanned (other...

I was wondering if it is either possible or desired to have a feature to: configure a label based on whether a file was newly created vs. a file was...

feature request
needs eyes