Scott Gilroy
Scott Gilroy
### Description of the Change As noted in #419 it is sometimes desirable to include the duration of any `beforeEach`/`setup` hooks in the duration of tests. This PR adds an...
For API endpoints which require authentication, how can the appropriate headers be added to the request? The solution I came up with (see the commit to my fork https://github.com/TwineHealth/grunt-api-benchmark/commit/dfd10d3354ed00c154e170b7621c33157041f062) was...
Fixed by passing a callback to `saveOutput`, as in this commit: https://github.com/TwineHealth/grunt-api-benchmark/commit/408ceed7d9f18323051b4da7cc7986be2757de63
The readme for this plugin instructs the developer to manually add the HealthKit entitlement when adding the plugin. > Make sure your app id has the 'HealthKit' entitlement when this...
Namespaces are supported by grunt-angular-translate, but not the https://angular-translate.github.io/docs/#/api/pascalprecht.translate.directive:translateNamespace directive. The `translate-namespace` directive allows a developer to avoid repeating the namespace in a view by extracting it to a parent...
Bug #218
Update the README and AndroidManifest.xml to resolve #218
fix: Ensure "complete" event is dispatched on Android after playing a remote audio asset Fixes #134 Add a new interface `AudioCompletionListener` to handle audio completion events. This interface defines a...
**Describe the bug** When using `NativeAudio.addListener('complete', ...)` to listen for the complete event, the event should be dispatched after the audio finishes playing. On Android, when playing an asset from...