Ken Hawkins

Results 26 issues of Ken Hawkins

Had some hickups to get CORS running properly on Iris Couch. The GUI tools didn't cut it and this set of commands did the trick: ``` curl -X PUT http://username:[email protected]/_config/httpd/enable_cors...

Understand why this JS needs to be invoked at the document end, however I added it to my CMS and like a fool I failed to realize that it was...

website

Will partly resolve https://github.com/stevenvachon/broken-link-checker/issues/212 ```js const siteChecker = new SiteChecker ( { customHeaders: { "my-dev-tester": "MY_SECRET" }, ``` For our use case, this prevents the site from tipping DDOS prevention.

A small change that allows a site file configuration to be disabled by ending it with `.disabled.js`. I've found this easier/preferable to temporarily deleting the file. Another approach would be...

The API examples in the README.md seemed to stop working as of v2. I've updated them (hopefully correctly).

This adds some possibly nice features: - a `{% markdown %}` shortcode powered by the existing `markdown-it` dependency - a "Notes" tab that consume `componentName.md` file -- for guidance on...

Hi. I saw in package.json that you've indicated an ISC license. But it's always hard to know if that's intentional or perhaps a typo: https://github.com/trys/eleventy-design-system/blob/ac36225f2e676e18639ac82bc2785e1aff9fa80a/package.json#L12 Assuming it is intentional, I'll...

This avoids OS level file handling issues (`/` vs `\`) that are common on Windows. https://nodejs.org/docs/latest-v16.x/api/path.html#pathparsepath This may also resolve https://github.com/trys/eleventy-design-system/issues/1

Thanks for the plugin. I thought the Readme could be a bit clearer, hopefully you find this helpful. ### What is the purpose of this pull request? Small improvements to...

I've just set up this API on GAE, but haven't been able to get anything but 500 errors. I don't have much experience with Java, but a bit of Googling...

bug