Solomon Hawk

Results 29 issues of Solomon Hawk

##### Purpose: Allow users to control whether any given date is selectable or not. ##### Implementation: We could expose `whitelist`/`blacklist` or `include`/`exclude` options that accept an array of strings.

enhancement

Despite the title, I'm not convinced we need complete feature parity with any other specific datepicker libs. ##### Thoughts: Referencing some other datepicker libraries to get a sense for the...

discussion

#23 Added testing infrastructure. It's time to flesh out the tests, get a coverage report, hook up Circle CI and ensure these stay updated.

Allow usage such as: `craft-profile < config.json > output.txt` `craft-profile -b http://localhost:3000 -p / -o output.txt`

When no flags/args/config provided, print usage. Add `--help` flag to print usage.

Currently, the `stdin` processing code executes after flags are parsed and validated. This needs to happen before validation.

Hello 👋 Thank you for all the work you've invested in putting this together. I have a question that perhaps isn't ultimately specific to the Adonis+Remix combo (moreso for `lucid`...