Ash Furrow
Ash Furrow
¯_(ツ)_/¯
Currently requires bundler and cocoapods, neither of which is specified in the readme. Checking in the Pods directory would probably be the easiest thing.
[This line](https://github.com/AshFurrow/ARCollectionViewMasonryLayout/blob/073ce24491964ca87992d2c099af51b23f8e47c7/ARCollectionViewMasonryLayout.m#L379) is problematic, since `count` returns a `NSUInteger`, `count - 1` yields 18446744073709551615 on a 64 bit processor.
Stats Panel
This would be some panel that shows the user an estimate of the time saved using the plugin. Would use the work from #84 and #88. @orta is going to...
Currently the first hook to a class wins, so if B subclasses A, and both implement foo, we can either hook foo in A or in B, but not in...
Hey there! Love this, really nice :ok_hand: I was wondering if it were possible to configure the twitter plugin globally, for all repos. I've already followed the steps for [enabling...
Creating a new Marathon package currently requires at least one tagged release: ```sh ➜ Harvey git:(danger-swift) ✗ marathon run Test.swift 💥 Could not resolve the latest version for package at...
Hello! Thanks for your library. We had to [add a forward ref](https://github.com/artsy/reaction/commit/ae033ae7011d4b839b6257579c03127fc2ed3df9) to get `react-autosuggest` to work with a custom input component. This PR adds this requirement to the docs...
Example failure: https://app.circleci.com/pipelines/github/Moya/Moya/318/workflows/6c2e97aa-d2bd-4023-9ff2-dd8696cc39ba Yesterday I merged [this PR](https://github.com/Moya/Moya/pull/2236) despite a CI failure. The PR only changed docs, but the failure was due to a Carthage timeout. This indicates that CI...
When a 500 error occurs during the call to `/oauth2/access_token`, force displays the contents of the response body: 