Daniel Gerdgren

Results 11 comments of Daniel Gerdgren

> Very nice idea @tditlu. > I tried the feature from your forked repo but when paddingRightElement is set, the padding from body does not apply. > Also it would...

https://github.com/expo/browser-polyfill/pull/19

I also found a solution for this: ``` global.__context = context; const app = new PIXI.Application({ context }); ```

This pull request will solve this: https://github.com/expo/browser-polyfill/pull/19

Can do the table to image option, but the votekey-thingey you have to elaborate some more... ;)

I have added ability to change how the QR code is generated, I also found a bug, see above

Yes, now i understand, but if a user then has set the votekey format (`votekeys_format`) in settings to something like `{%VOTEKEY%}`, then the string sent into the QR Code genarator...

> Yes, now I understand, but if a user then has set the votekey format (`votekeys_format`) in settings to something like `{%VOTEKEY%}`, then the string sent into the QR Code...

You are already using this technique to get the asset dir for the "asset/dist/img/wp-migrate-db-pro.jpg" image in "template/wpmdb/sidebar.php" (line 3): https://github.com/deliciousbrains/wp-migrate-db/blob/master/template/wpmdb/sidebar.php#L3

@diggy: I also had a problem with this, solved it by calling `activate_license`, if `$licenses['polylang-pro']['key']` was not set: ``` if (defined('POLYLANG_PRO') && defined('POLYLANG_PRO_LICENSE_KEY') && !empty(POLYLANG_PRO_LICENSE_KEY)) { add_action('after_setup_theme', function() { $licenses...