Michael Letcher
Michael Letcher
Requires proper config props set. Replacing `view2`, `width2` and `height2`. Fixes #622
**Bug Description** A clear and concise description of what the bug is. **My Action Config** ```yaml - name: 📂 FTP Deploy if: success() uses: SamKirkland/[email protected] with: server: ftp.X.com.au username: X...
Had to add a favicon, seeing the tab without just didn't feel right 😆
Throwing errors due to using this mixin that uses a pram as a function ```less .responsive(@maxWidth, @rules) { @media only screen and (max-width: @maxWidth) { @rules(); } } ``` Errors...
functional_forms page is missing a property in the online version of the book, I've not checked the book. ``` js export interface IBioSummary { age: number; size: string; //
The GraphQL mutations [documentation](https://github.com/facebook/relay/blob/main/website/versioned_docs/version-v20.1.0/guided-tour/updating-data/graphql-mutations.md) is not being rended correctly on the [website](https://relay.dev/docs/v20.0.0/guided-tour/updating-data/graphql-mutations/#handling-errors) and is missing the last section "Handling errors".