Cole Peters

Results 28 comments of Cole Peters

Just encountered this issue as well. FWIW, for me it occurs when rotating the device (either a physical one or one in the simulator) to landscape and then back to...

No worries at all, thank you for the insight! I'd forgotten that `slice`'s `end` param can take a negative index. I feel like it makes more sense in that context,...

In my case the logic is being handled in a Redux reducer, so I ended up with this: ```js function updateAttempt({ id, ...payload }) { const attemptId = R.propEq('id', id)...

I’m weighing in late on this, but as a designer who has worked both first primarily in Photoshop/Sketch, and as one who for the past few years has worked almost...

@bnvk That sounds on-point to me. If we want to make this a useful one-stop shop, though, we may need to include some substantial preview of each typeface; otherwise we'll...

Could this be a problem within your linter config? I’m seeing linting signs just fine over here: ![image](https://user-images.githubusercontent.com/1713932/28441682-f2db0b68-6da3-11e7-8122-29aac79c07de.png)

@carlitux No, there are no requirements. Which plugin are you using for linting, and what is your configuration?

Can you also paste your neomake config?

I don't at the moment due to lack of time available, but pull requests are certainly welcome! :)

@jjenzz I wondered about that as well. I thought syncing up these up might help to prevent breaking this feature parity in the future, but if the cost of creating...