Matthew Leffler
Matthew Leffler
@jspizziri Good point about iOS. It appears that currently iOS pauses playback automatically whenever an output channel is disconnected. So that would be an argument to have it be standard...
@jspizziri I've opened a simple PR for this: https://github.com/doublesymmetry/KotlinAudio/pull/26 I'm not sure to how to test it, so any guidance there would be appreciated.
Types are now available from DefinitelyTyped: https://www.npmjs.com/package/@types/vimeo
@kittrCZ You should use `import { Vimeo } from 'vimeo';` since vimeo.js uses [named exports](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/export#Using_named_exports).
Fixes #146.
@koskimas As the [spec](https://facebook.github.io/graphql/#sec-Types.Non-Null) explains: > Fields are *always* optional within the context of a query, a field may be omitted and the query is still valid. However fields that...