Results 6 issues of majick777

# 🐞 bug report **Behavior**: - `What is the issue? (*)` So I had a weird one today as I was testing our Pro version as an Addon: Fatal error:...

bug
add-ons

`wpColorPickerL10n` is deprecated in WP 5.5 (erk!) and Titan throws undefined variable in `js\wp-color-picker-alpha.js` Workaround (via previous `/wp-includes/script-loader.php`): ``` add_action( 'wp_print_scripts', 'titan_color_picker_translation_fix', 11 ); function titan_color_picker_translation_fix() { $wp_scripts = wp_scripts();...

In Linear Sync, after I added a sync to test one repository, it seemed to setup fine. But when I click the "Enable" button, I get the error: `Failed to...

I submitted before the deadline and Github created a pull request in my forked repository by mistake, as it wouldn't create one from the master branch. I am merging that...

explode line crashed the script on my install, which made me realize it is very memory intensive on a large file like this. instead my alternative is to write the...

So I tried building from the original Jasonette/JASONETTE-Android And then from this package's /source/legacy/v2/android/ directory. Since I managed to build finally, I've tried to reproduce these steps from scratch, and...