Thiago Felix

Results 6 comments of Thiago Felix

@econoraptor thanks for the explanation, I've been trying to track their trajectory using grenades velocity, angle, position at the throw moment but I think the cell strategy is more bullet...

@moritzuehling you'r right, just tried out using the cells and it worked like a charm =) thank you so much. I am building a replay viewer that parses the demo...

I guess am experiencing the same situation. **Store**: ``` javascript const logger = createLogger() const createStoreWithMiddleware = compose( applyMiddleware(thunk, logger), reduxReactRouter({ createHistory }) ) ``` **Async Thunk action** ``` javascript...

Hey @RishabhTayal did you try to use the [:directory](https://github.com/ashfurrow/danger-swiftlint/blob/master/lib/danger_plugin.rb#L27) field? The intention of this feature is precisely allow you to run swiftlint from a different directory. In your case I...

I thought about same thing while reading their codebase for #28 implementation. They already use Danger, so should be a quick thing to implement.