Ian Jennings
Ian Jennings
The code from examples here don't work properly as the positional properties don't carry to `newStream` on creation. ```js screenStream.fullcanvas = true; screenStream.width = screen.width; // or 3840 screenStream.height =...
Mac file sizes are super large due to retina display. @alexpelan wrote an implementation of `scaleFactor` for the Swift binary here: https://github.com/wulkano/Aperture/pull/73 These options will need to make it into...
Many new developers are not familiar with the concept of dynamic keys: ```js var a = "key"; var data = {}; data[a] = true; console.log(data.key); // true ``` It would...
If someone does not supply the ```channels``` param to the eon.map object a very confusing error is thrown. Catch this and throw our own error.
Goal is to see connected clients on a map. @pubnubcraig says: It would be cool to have eon.map/char {…, presence: true, …} and have a transformPresence or just use current...
I'm trying to set cookies in a [react-native-webview](https://github.com/react-native-webview/react-native-webview) but when I try to set a cookie with the prefix `__Host-`, this library returns `false`.  The `__Host-` prefix is a...
May just be due to demo keys, or upgraded PN sdk
chart builder is broken on pubnub website
Leaving a window open in the background for some time (minutes) then refocusing causes the window to white out. It does not become unresponsive but the window appears totally white.
Here is the original flatten function: https://github.com/pubnub/eon-chart/blob/3cc2cf07d4cc3a4cc6d392d471d3ca0bcb28af00/src/pubnub-c3.js#L464