Daniel

Results 12 issues of Daniel

This happens because it expects an extra newOptions argument before the callbacks, which is neither documented nor provided by the variation functions calling it. So the successCallback is received as...

Quite some code paths lead to resultWithStatus:CDVCommandStatus_NO_RESULT being returned, which causes Cordova to neither call the error nor the success callback. This leads to unexpected and very hard to understand/debug...

The documentation page about consistency (https://github.com/Netflix/dynomite/wiki/Consistency) mentions a list of Redis operations for which there is no quorum check. However two of these commands (MKEYS, MHKEYS) don't seem to exist...

When scrolling content by mouse wheel any of the fixed + animated (reveal, flexible, Navigation fixed, ...) version app toolbar is bouncing (de-attaching and re-attaching) against the top of the...

I am a developer at Olisto (a cloud-based (home) automation service like IFTTT/Yonomi/etc) and out of personal interest I developed an integration for myopenhab.com. Most of the work is done,...

As FIPS_mode is only used to conditionally print an info message this may be a reasonable fix for #318 ## Description A mechanism to apply patches, in this case used...

**Describe the bug** The native code fails to compile and link from version 5.1.0 onwards. The culprit seems to be an undefined reference to `FIPS_mode' **To Reproduce** On a Ubuntu...

FIPS_mode is no longer supported on recent versions of openssl. This causes compilation of the C client to fail in recent Linux environments (eg, Ubuntu 22.04 with openssl 3.0.2). As...