contra

Results 97 issues of contra

``` js var vid = document.createElement('video'); adapterjs.attachMediaStream(vid, stream); ``` Trying to not show the stream until the video is playing, so I render a dummy video tag in-memory and wait...

it would be cool if (when in the browser) this would create a new audio tag to play the sound

https://github.com/AmpersandJS/ampersand-model/blob/master/ampersand-model.js#L52 The resp object is the `JSON.parse(body)` output, not the actual HTTP request. The success and error functions are inconsistent with one another, the arguments are in different orders and...

API changed - the endpoint is a 404 now

Example: `rethinkdb://user:pass@host:port?option=v` Most other access tools support this pattern (and most PaaS providers give info this way)

These are valid RethinkDB types. It seems like the documentation hints that it is something that should be done eventually, but there is no ticket open for it.

feature

Currently when calling model.toJSON() you get this: ``` js "endLocation": { "$reql_type$": "GEOMETRY", "coordinates": [ 40.719212, -73.958426 ], "type": "Point" } ``` It seems appropriate to instead do this: ```...

feature

There doesn't seem to be any way to specify this. Should either be added as an option, or a new insert function should be added to Model classes

feature

The code currently on npm is missing all of the IntersectionObserver functionality

https://github.com/bnoguchi/everyauth/blob/master/lib/modules/oauth2.js#L305-L310 Does not return this, so the chain is killed. I don't think this works either - this block is confusing and undocumented. Expected behavior: - Return `this` so you...