contra

Results 180 comments of contra

How would this couple with other transforms on an element?

@Hathoriel I have a workaround calling the endpoint directly, I'm reporting the issue to you for your benefit so you can improve the SDK for other users.

Any update on this?

Kind of crazy how you get a stream from remote and the audio starts playing before you even render it to the DOM with the plugin, not sure if this...

Also related, `stream.enableSoundTracks(false)` does not mute the audio, there seems to be no way to turn audio off

@neumino compose.io (and heroku compose) provides credentials in this way via an env var

@neumino Talking strictly about having an instance of a model and calling toJSON() on it, nothing to do with querying. ``` js new Model({ location: r.point(lon, lat) }).toJSON() ```

FWIW I wrote code for this: ``` js import mapValues from 'lodash.mapvalues' const exportSchema = (schema) => mapValues(schema, (v, k) => { if (v._schema) { return exportSchema(v._schema) } else {...

^ and published as a module if anyone wants to use it: https://github.com/contra/thinky-export-schema

+1 - this is also super important for us