Lucas

Results 100 comments of Lucas

Hello, I'm trying to set specific rules per project basis, so I tried this: ``` { "folders": [ { "path": "E:\\laragon\\www\\oldsite" } ], "phpcs": { "php_cs_fixer_additional_args": { "--config-file": "C:\\Users\\lucas.figueiredo\\.oldphpcsfixer" }...

Use this to also ignore **wp-admin** and **wp-includes** folder, if you work on Wordpress: ``` { "ignore": "ftpsync\\.settings|\\.gitignore|\\.git|Sublime Text 2/Packages|\\\\wp-admin\\\\|\\\\wp-includes\\\\|\\.raw|\\.exe|\\.mpi|\\.pdf|\\.psd|\\.ai|\\.doc|\\.xls|\\.docx|\\.xlsx|\\.7z|\\.zip|\\.rar|\\.tar|\\.gz|\\.gzip|\\.ace|\\.bmp|\\.jpg|\\.jpeg|\\.ico|\\.png|\\.gif|\\.tiff|\\.pic|\\.tga|\\.wmv|\\.avi|\\.mkv|\\.mp4|\\.mpg|\\.mpeg|\\.wav|\\.mp3|\\.ac3|\\.flac|\\.3gp", } ```

Howdy! "X" is mapped to `downshift`by default, but it is also mapped to the `Next vehicle weapon` action natively. Is there a way to prevent "X" from triggering the `Next...

If you're on Arch: `sudo pacman -R ttf-inconsolata`

My issue #16309 was merged into this one. I would like Playwright to exit with status code 124 when the global timeout is hit. Example use-case: We use the [retry](https://github.com/nick-fields/retry)...

Another good exit status code to have is: Interrupted due to `max-failures` reached

This looks like a pretty straightforward change, but e2e tests are all failing on CI in this PR. I have re-run them just to be sure, and the failures are...

> I also guess it may fail due to lack of appPath to resolve config paths, due to https://github.com/woocommerce/woocommerce/issues/33684 I don't think so, because other PRs that are up-to-date with...

Nice catch @alopezari ! I have locked the psr/container version to 1.0.0, which is the same as WooCommerce's: https://github.com/woocommerce/woocommerce/blob/trunk/plugins/woocommerce/composer.json#L23 Faker, which is a dependency of this package, requires psr/container `"^1.0...