Slavic Dragovtev

Results 7 issues of Slavic Dragovtev

## Bug Report **Describe the current, buggy behavior** Attempting `wp plugin delete foo` will result in wp-cli hanging if there are file permission issues (say, no write access). **Describe what...

Any clues on how one would implement contenteditable (like Craft.js does)?

If gravity forms is disabled, then enabled again the addon will **not** load in its current state because `class_exists` is ran before GF code is loaded. This PR solves that...

I found a couple of bugs while using the library: BUG 1 EpiOAuth.php (::normalizeUrl()) if($port > 0 && ($scheme === 'http' && $port !== 80) || ($scheme === 'https' &&...

`$users = get_users();` from `hmn_cp_v121_upgrade()` breaks for anything more than half a million users throwing out of memory error. Moreover, the upgrade script always runs because *hmn_cp_plugin_version* is statically set...

If we don't allow negative comment weights (at least internally - not necessarily for user interface), we run into the following possible situation: * comment A has weight zero. *...