Kevin Barabash

Results 71 issues of Kevin Barabash

I've been trying to get nyc and c8 to generate coverage reports for PureScript code. While I've had some success I haven't been able to get either tool to generate...

This involved changing `{ a: string, b: boolean }` to `{ a: string, b: boolean, ... }`. We should probably update flow at the same time so that we can...

I'm not sure why coveralls is report 0% coverage. It might have to do with using `@babel/register`. I was thinking we might look at moving to `jest` which also produces...

testing

I'm working on some components that have a `style` prop that's similar to the `style` prop in React Native components which can take either inline styles or styles from StyleSheet...

I was experimenting with Storybook's jsx addon. Here's its output for a component that's passed an aphrodite style as a prop: I would like to update the plugin to handle...

help wanted
Good first issue 👋

Would love to be able to use aphrodite with SVG... especially media queries.

enhancement

I recently had to use `::-moz-focus-inner` to fix an issue. It would be nice if `::MozFocusInner` work so that there's consistency between how normal properties and pseudo-classes work.

Maybe we can start by adapting https://github.com/facebook/flow/blob/v0.35.0/lib/cssom.js#L70 to improve https://github.com/flowtype/flow-typed/blob/master/definitions/npm/aphrodite_v0.5.x/flow_v0.28.x-/aphrodite_v0.5.x.js.