Luke Secomb

Results 44 comments of Luke Secomb

I wonder if this is similar to https://github.com/storybookjs/addon-styling/issues/80 Looks like in `addon-styling` they simply removed the `managerEntries` export from the `preset.ts` file. ([ref](https://github.com/storybookjs/addon-styling/commit/2fee5a96e8977e9b25b1960414c694f8132f9c0a))? https://github.com/UX-and-I/storybook-design-token/blob/e90801f280e8ca4bd7a1d846619a548b067ffb9d/addon/src/preset.ts#L12-L14

Ran into a similar issue. Managed to get it working by not defining the `designTokenGlob` here but instead in an `.env` file. ``` DESIGN_TOKEN_GLOB=**/*_tokens.scss ```

Keen to see this one merged in

Looks like `libspotify` has been decommissioned ([source](https://developer.spotify.com/community/news/2022/04/12/libspotify-sunset/)). Should be able to rebuild with the [Web Playback SDK](https://developer.spotify.com/documentation/web-playback-sdk/), but that isn't a simple task (without knowing much about C# development this...

Stumbled across [spy-spotify](https://github.com/jwallet/spy-spotify). It isn't as good as this tool (except that it works), but it uses the Web Playback SDK. You will need to silence all other things going...

Super easy to add `ViewTransitions` to starlight in a similar way to @onemen, just needed to adjust the import paths. Using `@astrojs/starlight/*` instead of `@starlight/*` ```astro --- import Default from...

Looks like there is a PR with the update waiting to be merged. https://github.com/forcedotcom/ConnectApiHelper/pull/29

ah yes, this infamous issue. Not too sure why I run into this, sometimes its fine, othertimes it causes issues. Simple enough fix is to open the source files for...

Will need to add `lightning/messageService` as an export in the `@lwc-garden/utils` package too ([ref](https://github.com/lukethacoder/sfdx-starter/blob/master/__mocks__/lightning/messageService/messageService.js))

@Sacules I don't think musicbrainz even supports just passing `discids`. `https://musicbrainz.org/ws/2/artist/4538d5ee-8268-44c9-9230-720944bc352d?inc=discids` ```json { "help": "For usage, please see: https://musicbrainz.org/development/mmd", "error": "discids is not a valid option for the inc parameter...