Jacob Cassidy

Results 11 comments of Jacob Cassidy

This is an issue I have as well. There doesn't seem to be a way to set only the SublimeText mode of completing closing tags without also having the auto-close...

I've run into this issue as well. My old `includePaths` still works for files that have been previously added: ```json "intelephense.environment.includePaths": [ "/Users/Jacob/Projects/Assets/Stubs", ], ``` But any new files added...

> @onetrev might the files be larger than the max file size setting? `intelephense.files.maxSize` That looks like the cause. I just updated my `intelephense.files.maxSize` from 1MB (1000000 bytes) to 10MB...

A quick workaround for anyone who runs into this issue is to set all browse settings in the config file to `` to deactivate them. Such as: ```json { "window_browser...

@NameLessGO I deactivated this addon a while ago as I ran into many other issues that caused Anki to crash often. As far as I know, no changes have been...

I use PHP 8.x, but keeping compatibility with versions back to 7.4 makes sense. Will nikic/php-parser version 5.x and symfony component versions 7.x be compatible with PHP 7.4?

Looks like nikic/php-parser can be safely updated if the minimum PHP version supported will be 7.4. The Symfony updates may need to wait until 7.4 support is dropped.

I second this. It would be a much better user experience if the command was updated after a new wp-cli version was released. Otherwise the installer will wonder why their...

@gziolo I would like to help test this by using it on a project. However, I'm unsure what steps are involved in replacing the `@wordpress/scripts` package downloaded via npm with...

@gziolo The [`@next`](https://www.npmjs.com/package/@wordpress/stylelint-config/v/23.0.1-next.5368f64a9.0) package doesn't include the [`scss-stylistic.js`](https://github.com/mikeybinns/gutenberg/blob/754139f9a3c88aaed63af9f7d4f35dece9bdf39e/packages/stylelint-config/scss-stylistic.js) or [`stylistic.js`](https://github.com/mikeybinns/gutenberg/blob/754139f9a3c88aaed63af9f7d4f35dece9bdf39e/packages/stylelint-config/stylistic.js) files so when using the instructions to add: ```json { "extends": [ "@wordpress/stylelint-config/stylistic" ] } ``` or ```json { "extends":...