Kaspars Dambis

Results 113 issues of Kaspars Dambis

See existing examples: - https://github.com/bolt/composer-install/blob/016dfccfedbe9288a34726a45c7da35f67afdef6/composer.json#L13-L24 - https://github.com/drupal/core-composer-scaffold Use command line prompt to request the following information: - Organization and project slug. Default to whatever is passed to `composer create-project`. -...

enhancement

- Describe the linters and checks bundled with this repo. - Describe the CI tooling offered by VIP vs. the manual code reviews (different tier). See https://docs.wpvip.com/technical-references/vip-code-analysis-bot/

Relevant links: - https://docs.wpvip.com/how-tos/vip-search/ - https://github.com/Automattic/vip-go-mu-dev/blob/e64769c3e0abec2683ca795eb5888d5ae8073a70/configs/wp-config-defaults.php#L61-L84

Using a subdomain multisite is more reliable because the request paths are the same on production and during testing. Adding port numbers and sub-directory prefixes such as `/site-one/page-slug` can lead...

documentation

YAML can be confusing with boolean, yes/no and integer/string values. Add linting support to enforce a single standard. Preferably using known schemas for files that do have them.

enhancement

Fixes #3. Switch from a bash script with an rsync dependency to a cross-platform Node script. - [x] Add JS coding standards and linting.

Work in progress! - [ ] Work around `wp-env` missing support for Xdebug outside of `wordpress` non-CLI containers https://github.com/WordPress/wpdev-docker-images/issues/89

Fixes #1458. See https://developer.wordpress.org/plugins/internationalization/how-to-internationalize-your-plugin/#plugins-on-wordpress-org > Since WordPress 4.6 translations now take translate.wordpress.org as priority and so plugins that are translated via translate.wordpress.org do not necessary require `load_plugin_textdomain()` anymore. If you...

# Feature Request Considering that we don't host any of the translated strings in the plugin source code, we should switch to using the translate.wordpress.org service and WP.org integration per...