Peter Mikitsh

Results 62 comments of Peter Mikitsh

Does anybody have an idea when is v4.0.1 coming? Not a huge fan of monkeypatches.

Expected formatting would be: ```jsx ```

The fact that parse, by default, isn't an identity function (e.g., `value => (value)`) is not what I would expect. @erikras, thoughts? I can speak to my use case (maybe...

In the meantime, I've wrote a simple adapter for the Field component, and my application code imports this adapter component in place of the official one: ```jsx import {Field} from...

One bright spot of `@storybook/addon-storyshots-puppeteer` is that it takes screenshots __and__ it does the diffing. After reading this issue, and https://github.com/reg-viz/storycap/issues/279, it's clear you're supposed to pair `storycap` with [`reg-suit`](https://github.com/reg-viz/reg-suit)....

I'd like to see this project runs against the official React test suite, to have a quantifiable measure of knowing how closely this implementation matches official API behavior. If it...

I made an NPM module for getting an array of ligature names from a font. It's published to npm as `ligatures`. https://github.com/petermikitsh/ligatures

The build failure is unrelated to this change set. This package depends on `feathers-tests-fake-app-users`, which has an integration issue with `sift.js`.

I ended up pivoting my solution a bit here. Instead of overriding from localhost, I added a build step to pull request builds to publish artifacts to our CDN and...

+1 for this feature request.