Nathan Selikoff

Results 9 issues of Nathan Selikoff

There are certain use cases where the default initialization options for the mixpanel client won't be sufficient: for example, [implementing mixpanel in the EU](https://developer.mixpanel.com/docs/implement-mixpanel#implementing-mixpanel-in-the-european-union-eu), which requires a different `api_host`. It...

I'm using eon with channelGroups. In the description of [Distributed Systems](https://github.com/pubnub/eon-map#distributed-systems) it seems that the intention is for multiple sources to be able to publish to the same channel, and...

I have a custom aggregator that renders a table within the default Table renderer's cell. Currently some of the table styling is cascading to this nested table. This PR switches...

Given a feed that does NOT have an optional field (e.g. vehicle speed), the value returned when getting this value is `0`. So there's no way to differentiate "not included"...

UIControllers should have their resize method called, and this should be demonstrated in the template example.

E.g. vertical slider, graph, etc.

Is it possible to use these composite projections with the `geoproject` command line tool that's part of the https://github.com/d3/d3-geo-projection repo?

Overloading `publishTexture` so that one can do: ``` mSyphon.publishTexture( mFbo.getTexture() ); ``` Not my idea, but I need it for a project; see https://forum.libcinder.org/topic/an-easier-cinder-syphon for discussion.

The README indicates that there's a compiled JAR in the releases: > Use the JAR provided in the releases. java -jar gtfs-validator.jar yourGtfs.zip But this does not appear to be...