Kenneth Sills

Results 31 issues of Kenneth Sills

This stops a niche issue when using Gitlab registries, where setting the `.npmrc` to pull packages from the instance-wide registry while also setting the `package.json:publishConfig` to push to the project-local...

That is, anything set by `Application::configureIO()` in a "normal" Symfony Application (we do things a little differently). Because we construct our styles separately from the application, during DI initialization, I...

The approach I've gone for puts `.editorconfig` settings above those settings in the `ecs.php` config itself, to prioritize convenience for those people using pre-built sets. As many setttings as I...

From the related issue: > 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...

Does what it says on the tin. 😄

Closes #30 Each commit message body includes details on the changes made, but as a whole I've refactored the `FileHashComputer` so that instead of just using the class names of...

Closes #377 ---- The approach I took differs from that described in the related ticket. As I started working and read Prettier's plugin API and implementation, I realized we don't...

None of the languages parsed by the sh plugin support prettier pragma directives, preventing the use of [`requirePragma`](https://prettier.io/docs/en/options#require-pragma). Adding support would involve adding a [`hasPragma`](https://prettier.io/docs/en/plugins#parsers) method with the signature `(string)...

This improves support for emojis and non-latin languages. I've had to use an older version of `string-width`, since anything more recent uses ESM and we're not yet compatible with that...