Robert Eisele

Results 135 comments of Robert Eisele

Could you test it with the polyfill from here please: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/repeat If that works, it should be the only necessary change.

Great! Question now is, is it a documentation issue or a thing the lib should ship.

Does anyone has a Flintstones Browser running to check what features need to be polyfilled? Math.clz32 is feature tested in the lib. The symbol iterator is fixed by Closure Compiler...

@adiakeka I got the same problem, without Code Igniter. The XLSX is basically a ZIP file, all XML files in it have no newline in my case. Where did you...

Where did you get the undefined key error?

Why do you want to send custom options with ACK only? You can use `forceOptions` to send options on all requests.

Oh, haven't heard of `debug`. This lib is exactly what we need :) Thanks!

Hi, thanks for your ping! Your changes look impressive! The time when I started this project, async code was not a thing. So I'm totally in favor of going a...

I chose a dual license to match different requirements. Practically, it's MIT, but to embed it into an environment where GPL is used, you can use the GPL part.