Fabian Strachanski

Results 9 comments of Fabian Strachanski

Workaround for that issue ``` var objectIdInterval = setInterval(function() { parsePlugin.getInstallationObjectId(function(id) { if (id != null) { console.log(id); clearInterval(objectIdInterval); onIdReceivedFunction(id); } }); }, 200); ```

I run into the same issue when i use ldaptor as a proxy. The problem is, that `LDAPSearchRequest` is handled by `handleUnknown` and then get executed via `send_multiResponse` and not...

> @fastrde tests are also failing. @davimacedo that's strange. That's the result for the tests on my machine. Can you tell me what's failing exactly? ``` $ npm test ......

Can't reproduce the failing test on my local machine. (used the same commands that shown in the travis console) (**Edit**: looks like an temporary issue at travis-ci yesterday. Didn't change...

@dplewis you are right. The recursive encoding with toFullJSON runs in an endless loop when `Parent -> Child -> Parent` relations exists. Is it ok to throw an error in...

Hello again, i was not at home last weekend so my answer is a litte late. First, I like the solution to inject the javascript from the java-class so you...

Hi Philzen, i pushed the javascript files. The ...without_XYRatio.js don't use the x/y multiplikator that i implemented to fix an early "touch event not where i touched" issue on my...

Limitation of rendering frequency can be done by the TimerClass added in Issue #20. Checking is not implemented yet.

same problem here: Push Message is received by device but receivePN and openPN aren't triggered. cli packages: @ionic/cli-utils : 1.19.2 ionic (Ionic CLI) : 3.20.0 global packages: cordova (Cordova CLI)...