Andrew Vaughan

Results 24 issues of Andrew Vaughan

Using the `NarcolepticSuperhero` pattern fails when trying to also set `on_exception` or `before_state_change` callbacks: ```python class Automator(): # ... removed for brevity ... def __init__(self): """ Create a new Automator....

``` if: condition "${{ success() }} || ${{ failure() }}" is always evaluated to true because extra characters are around ${{ }} [if-cond] | 184 | if: ${{ success() }}...

It seems that default `checkmake` does not follow `include` directives; it would be nice if it did to get a comprehensive review of distributed Makefile setups; for example: ```Makefile ##...

Per a lengthy discovery session over at https://github.com/oxsecurity/megalinter: https://github.com/oxsecurity/megalinter/issues/3304 I believe I've discovered an issue where `TLS-ALPN-01` verification is resulting in `403` responses from servers (a pattern I've seen with...

### Bug report info ```plain text 15:25:30 ~/Repositories/Personal/template-core main $ act --bug-report act version: 0.2.52 GOOS: darwin GOARCH: arm64 NumCPU: 8 Docker host: DOCKER_HOST environment variable is not set Sockets...

kind/bug

**Is your feature request related to a problem? Please describe.** It took me a while to figure out how to include files in this project, because I had (incorrectly) assumed...

Markdown is almost impossible to check with proselint because of (at least) the following two checks: * `typography.symbols.sentence_spacing` (which fails any time you have a table formatted by `prettier`, which...

It's great that I can do this: ```markdown | Permission | Description | |:-------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------| | Disclose Source | Source code must be made available when the licensed material is distributed...

help wanted
hacktoberfest

**Describe the bug** GitHub blocks any workflow actions that attempt to modify another workflow YAML file, unless the token being used explicitly has the `workflows` permission set. This is generally...

bug
O: stale 🤖

**Is your feature request related to a problem? Please describe.** Many websites block (`403` response) requests without a `User-Agent` HTTP request header set. This causes link checkers to automatically fail....

enhancement
O: stale 🤖