Kenneth Sills

Results 31 issues of Kenneth Sills

The [official site](http://www.stacktracejs.com/) is down right now, looks like `ERR_NAME_NOT_RESOLVED`. Confirmed on [IsItDown](https://www.isitdownrightnow.com/) as well.

### **Summary:** As requested in #15, this PR adds a very simple `.d.ts` file with Typescript declarations for both the Options and Components API. The types were tested with: -...

This reverts commit e05d70558f7aa1bc4b3ecce530e1ad60f4bab7ac, reversing changes made to 59af6ad185ec7334b4eedb4fa6fa287e06956427. ### What does this PR do? I spoke a bit about what I think happened [here](https://github.com/saltstack/salt-bootstrap/issues/1986#issuecomment-2038485346), but in short: The two...

Implemented as recommended in related issue, with appropriate testing and documentation. The included test is just a copy of the existing 413 one, but with a 500 and required config...

The implementation here is pretty simple: just give hook merging some custom logic, so it either merges OR resets to an empty array. Matches what was discussed in the related...

It would be nice if ECS automatically parsed any `.editorconfig` in the project. This would prevent the need for [`withSpacing`](https://github.com/easy-coding-standard/easy-coding-standard/blob/66d0a359cb896ee244181efc85a1733e82055e7a/src/Configuration/ECSConfigBuilder.php#L530) and may also be nice to autoconfigure some rules, like...

**Parent Tickets:** - #30 - #128 - #214 - #215 This gives us improved support for PHPCS Sniffs by allowing users to import either the built-in standards or rulesets provided...

Some PHPCS sniffer rules return a value with their `->process` method, pointing to an index in the file's token stack where the rule should turn back on. This allows them...

When ECS runs against a file, it stores all of PHPCS's requested file fixes and then accumulates a list of coding standard errors in the file. If file fixes *were*...

[Related RFC](https://wiki.php.net/rfc/typed_class_constants). Closes #1133