Alasdair McLeay

Results 151 issues of Alasdair McLeay

Further to this discussion https://github.com/styleguidist/react-styleguidist/issues/37 If you are using [styled-components](https://www.styled-components.com), you may have a component similar to: ```js import styled, { css } from "styled-components"; import PropTypes from "prop-types"; const...

Chromecast works with Spotify but I suspect uses their own API rather than Spotify Connect. Would it be possible to add Spotify Chromecast support to this integration? Happy to work...

I'm finding very limited documentation on the `[[call]]` syntax, added here: https://github.com/facebook/flow/releases/tag/v0.75.0 https://github.com/facebook/flow/commit/954a72704a6338778c940239573045b28c716488 And used, for example, here: https://github.com/flow-typed/flow-typed/blob/96813466d9e271f44f3220d899c0ec6d8fd2b877/definitions/npm/styled-components_v4.x.x/flow_v0.104.x-/styled-components_v4.x.x.js#L191-L198 Please could you add this to the cheat sheet?

**Describe the bug** If I have a component with an an anchor, containing a bookmark/fragment/hash url/href such as: ```jsx const App = (props) => { return ( Bookmark link to...

bug
ui
P0

### What version of React Router are you using? 6.3.0 ### Steps to Reproduce Create a component with routing and use it as a Layout Route at the top of...

bug

I would like to be able to generate an html/lcov report without requiring an additional step. I understand I can currently do this with an additional step, using [`npx nyc...

feature request

Reopening #5, https://github.com/remix-run/remix/pull/3398 against remix-run/examples Deploy to firebase functions and hosting Closes: Discussion at https://github.com/remix-run/remix/pull/1811#issuecomment-1050238130 - [x] Docs - [ ] Tests (I'd happily add Playwright tests if you want...

Reopening https://github.com/remix-run/examples/pull/4, https://github.com/remix-run/remix/pull/4057 against remix-run/examples Firebase example - Integration with Google Sign-in Provider Closes: "sign-in with Google" suggestion at https://github.com/remix-run/remix/pull/1811#issuecomment-1050238130 Adds a "Login with Google" link: > ...that takes a...

Prefer require, import and types exports over browser. Exports are resolved in order, i.e. the first match is used. I'm not sure why the browser export is using the raw...

Personally, I need this as it contains the following fixes: apigee-127/sway#174 failing tests with [email protected] apigee-127/sway#165 UNRESOLVABLE_REFERENCE for circular references apigee-127/sway#168 Add date and time format support to mocks This...