Mick Dekkers
Mick Dekkers
The `playlist` GraphQL query currently has a required `userId` parameter: https://github.com/wittydeveloper/spotify-graphql/blob/f3d3b119ba5c93487b7dd223172eb2cb2ce4c3df/lib/schema.ts#L194 There was a change to the Spotify API which means this parameter is no longer used: https://developer.spotify.com/community/news/2018/06/12/changes-to-playlist-uris/ > On...
Repro here: https://github.com/mickdekkers/json-schema-ref-parser-extra-ref-props-issue ## Issue description `json-schema-ref-parser`'s `.bundle()` method seems to have trouble with additional properties on `$ref` objects in certain cases where recursive schemas are used. For example with...
As mentioned in #12, it seems the iife build currently does not export `VueHowler` to the window object, but instead just defines it as a `var`. See [Howler's iife build](https://cdnjs.cloudflare.com/ajax/libs/howler/2.0.4/howler.js)...
WIP on the [`feat/tests-rewrite`](https://github.com/Blocklevel/vue-howler/tree/feat/tests-rewrite) branch
We should remove the `_howl` property from the `data` object. The Howl instance is not reactive, so it doesn't make sense to keep it there. Getting rid of the overhead...
Event listeners can be added through [Vue's `.$on('event', listener)` API](https://vuejs.org/v2/api/#vm-on). Most of [Howler.js' events](https://github.com/goldfire/howler.js/#onevent-function-id) should be supported, but this needs to be documented.
This is with a brand new Raspberry Pi 3 model B+ and micro SD card (Transcend High Endurance 16GB). My process: 1. flash SD with latest Raspbian Stretch Lite (April...
Hi! I'm loving the web IDE so far, but it seems imports aren't working. If I copy the imports example from http://doc.kaitai.io/user_guide.html#_importing_types_from_other_files and open the `filelist.ksy` file in the IDE,...
This should be `settings` (plural) like in the "Exposing settings to the editor" section below