jahrralf

Results 9 comments of jahrralf

Same here ``` D/SystemWebChromeClient: file:///.../cordova-hot-code-push-plugin/2019.05.24-16.47.55/www/libs/vue-2.6.10/vue-dev.js: Line 634 : [Vue warn]: Failed to resolve async component: function () { return new Component(name).load(url) .then(function (component) { return component.normalize(); }) .then(function (component) {...

http-vue-loader, the awesome piece of software, also works in my cordova app. No changes were necessary. However, it is a HTTP view loader. loading from file:// did not work for...

@wejrowski Could you please post a full example? I also have problems, this problem is driving me nuts... What I have now is this: ``` $("#account_id").ajaxChosen({ type: 'GET', url: '',...

Try this: ``` // Set timeouts $log->debug("Serialized message before adding timeouts: " . json_encode($message)); $message->setJsonKey("apns", ["headers" => ["apns-expiration" => time() + self::MESSAGE_TIMEOUT_SEC]]); $message->setJsonKey("android", ["ttl" => self::MESSAGE_TIMEOUT_SEC . "s"]); $message->setJsonKey("webpush", ["headers"...

@nafplann Looks like you re-implemented allowClear and removed the issue of the original implementation. Works, but does not allows only one type of fields on a page... not fully convinced....

I have the same issue on 7.4, we send all emails through HTML purifier and normally the process stops at 2500 emails (then a few hundred MB memory). With `$config->set('Cache.DefinitionImpl',...

Sorry - I cannot provide test data.

OK, thanks for you first analysis. Is there anything we can do to prevent this behavior, like ignoring the onClose for example?

Also have this error since upgrading to jQuery3 from jQuery2