Rohit Reddy Abbadi
Rohit Reddy Abbadi
Sounds like a plan. Let me see what I can come up with.
So, after messing around with the source a bit: 1. Upgrade JSZip to latest - as older version of JSZip doesn't have types in built, where are the latest one...
Take a look at #107 addressing point 1 above
Found the root cause: One of my `async` helpers was returning `undefined` in one particular scenario.
Requirement is to support `extras` on `realtime.channel.presence.enter`, `realtime.channel.presence.update`, `realtime.channel.presence.leave`, `realtime.channel.presence.enterClient`, `realtime.channel.presence.updateClient` and `realtime.channel.presence.leaveClient` Related spec items: https://docs.ably.io/client-lib-development-guide/features/#TP3i https://docs.ably.io/client-lib-development-guide/features/#RTP8e https://docs.ably.io/client-lib-development-guide/features/#RTP9a https://docs.ably.io/client-lib-development-guide/features/#RTP10a As no spec exists on how to what to test...
for tracking: https://github.com/ably/docs/issues/1153
Was able to build it by `git grep macosx10.11` and changing all references to my sdk version. SDK version can be found by running `xcodebuild -showsdks`. Pick the one from...
However, unable to install kext as it requires to be signed
Thanks for that @jeevatattva ! I couldn't successfully install the kext anyways. Dropped the idea of tethering for now and using a hotspot+wifi
Solved it using this hack, but I believe this should be addressed properly: I found that latest node.js version that has `NODE_MODULE_VERSION=72` is `v12.22.6` according to https://nodejs.org/en/download/releases/ I installed that...