codebymikey
codebymikey
The plugin adds a `col-{count}` class to some of its components. e.g. https://github.com/editorblocks/editor-blocks/blob/4e34a5599eeccf783039d38812f584da9c15d5ee/src/pricing-table/index.js#L189 However this conflicts with Bootstrap's column classes and results in a broken layout. https://getbootstrap.com/docs/4.0/layout/grid/ I'd recommend making...
# The Problem/Issue/Bug It's currently not possible to run functional tests as the default settings are invalid. ## How this PR Solves The Problem I've updated the default environment variables...
# The Problem/Issue/Bug Codesniffer integration is currently not the best, so added tooling as well as ensure that the `installed_paths` set by `dealerdirect/phpcodesniffer-composer-installer` isn't unintentionally purged after composer has finished...
# The Problem/Issue/Bug When trying to run certain scripts, the warning added to the output is added directly to the standard output, and messes up the expected output. ## How...
The majority of the bash script within the codebase does a [prefix check for drupal support](https://github.com/wodby/nginx/blob/8b2d0d4/docker-entrypoint.sh#L40), so it makes sense to do so here as well to keep the behaviour...
**Is your feature request related to a problem? Please describe.** Some SVGs may contain [ICC color profiles](http://www.w3.org/TR/SVGColor12/#icc-colors) which is currently [unsupported in browsers](https://caniuse.com/svg) since it's a SVG 1.2 feature, and...
Additional context: https://www.reddit.com/r/privacy/comments/18u7q0v/reddit_now_tracks_whose_links_you_click_and_this/
* The `_t` parameter tracks the user. * The `_r` seems to specify if it originally came from a short URL redirect
* The `social_share` query string is present whenever you share a product. * The `starsLeft` and `skipTwisterOG` are carried over from the app, and tracks which reviews the sharer was...
It would be great if there was a delete button for every profile to quickly delete it. It would also be nice to have a purge profiles button. When doing...