John Diamond
John Diamond
The docs haven't yet been updated, but v2.2.0 is now available as a Cocoapod in which all names are prefixed with DS, for example `DSConnection`, `DSDeepstreamClient`. See [TestApp](https://github.com/deepstreamIO/deepstream.io-client-ios/tree/master/TestApp/TestApp) or [the...
proposed new method signature: ``` login(auth_data login_callback // (success) => ..., client_data_received_callback // (client_data) => ... ) ``` login_callback is called exactly once, when auth succeeds or fails. it is...
From linked thread, instructions for building fixed version of valgrind from deb package. https://robgolebiowski.wordpress.com/2016/08/19/valgrind-failing-on-ubuntu/
Blocked on #8
This issue appears to be related to `publicExponent`. Using the exponent suggested [here](https://github.com/diafygi/webcrypto-examples/#rsa-pss---generatekey) (65,537) appears to fix the issue for some reason. The following code works on Safari 11.1: ```js...