Simon Bilsky-Rollins
Simon Bilsky-Rollins
`TransactionsCollection` has methods for adding and dropping players, but they are currently commented out. I tried uncommenting the code and worked through a couple API errors, but ultimately could not...
Thanks for creating this tool! It's quite handy 😄 I have added a `convertToGIF` flag which, if set to `true`, uses the `ffmpeg` and `gifsicle` tools to convert the recorded...
The strong reference to TableViewHeader's delegate turned out to be the source of a memory leak in my app. Changing this reference to weak allows the parent CollapsibleTableViewController to be...
Eleventy picks up the README as a page template and therefore generates a `README/index.html` file which is accessible at [gallery.contentful.com/README](https://gallery.contentful.com/README). This PR adds an `.eleventyignore` file which instructs Eleventy not...