Alasdair McLeay
Alasdair McLeay
The Chromecast doesn't show in the Spotify API until the Spotify app is running on the Chromecast. The mobile spotify apps find the Chromecast over the local network and initialise...
> So the first thing to do is understanding how Spotify communicates with a Chromecast. https://developers.caffeina.com/reverse-engineering-spotify-and-chromecast-protocols-to-let-my-vocal-assistant-play-music-ada4767efa2
I'll keep looking in to this when I get a chance. I need to figure out what https://github.com/MoonshineSG/spotify.google is doing to see if this is an option. Alternatively perhaps a...
@yannbf for the nyc report, the default is `text`, so can't we remove ` --reporter=text ` from https://github.com/storybookjs/test-runner/blob/380ed6c3ad6a02b0b71d9b9c55b097e9fbd63fee/bin/test-storybook.js#L66 Then this would respect the reporter from any .nycrc file if present?...
thanks for the update! Any chance this will also be in react native for mac?
Related to site header (https://github.com/alphagov/govuk-design-system-backlog/issues/97), which frequently contains navigation elements
please consider whether there is value in supporting optional icons next to key navigation items for a site, e.g. "Search, Home, Help"
@joelanman we have an internal system at the Home Office, that was originally not using govuk styles, but now does. We have a bespoke nav that includes icons. This isn't...
the icons above are from the home office design system https://home-office-digital-patterns.herokuapp.com/components/icons
Sorry I wrote our ES6 implementation which may confuse things. Instead of: `import { myConfig } from 'config'` I should have written: `const { myConfig } = require('config')` I have...