Sam Wilson

Results 47 issues of Sam Wilson

The docs say to generate a secret and save it to the user's account, and *then* show the QR code to the user. The example does this by saving the...

# The bug URIs from schema links do not have to exist, but are being checked by htmltest. For example, the following is a valid schema declaration: ```html ``` But...

bug

How would you recommend one go about serving media files (css, js, and images) from within a vendor directory? Specifically, I've got `vendor` at the top level (DOCROOT), where it's...

I'm not sure what's going on with the signal handling, but I seem to be unable to ctrl-c when commands are running: ``` PHP Warning: Invalid callback TheFox\FlickrCli\Command\DownloadCommand::signalHandler, cannot access...

bug

Add a `--groups=1234567@N22,3456789@N22` (short form `-g`) comma-separated option to download all photos in specified groups. (Sound like an okay idea?)

feature

This adds continuous-integration configuration for checking PHP syntax. Refs: #817

Add `FootnoteTrait` that implements MarkdownExtra [footnotes](https://www.markdownguide.org/extended-syntax#footnotes), building on work done by @panrus. I've extended the test cases and fixed a few issues.

Is there a phpcs ruleset that should be used for this repo? I'm working on adding footnotes and nearly have a patch ready.

Excludes any currently-failing sniffs, and fixes a few instances of indenting being done with space rather than tab. Refs #181