Joe Fiorini

Results 25 issues of Joe Fiorini

We have an app that uses `hsl` and `postcss-color-mod` to define custom properties with varying lightnesses of our brand colors. I was hoping to use this library to detect duplications...

I ran into an issue in IE where any flex children inside a flex-direction column container would lose their heights in IE11. I started out using the explicit height fix,...

Allows setting/syncing `scrollTop` property of `ScrollView` so consumers can dynamically update scroll position as needed. Adds `onScroll` prop to allow the parent component to keep the scroll value in sync...

This is a: - [ ] Bug Report - [ ] Feature Request - [x] Question - [ ] Other Which concerns: - [x] flow-runtime - [x] flow-runtime-cli - [...

I have a number of files in my codebase that use `export * from '...'` to export all imported dependencies. This breaks the latest beta saying that `node.specifiers` is undefined...

My FF profile path is actually a symlink not a directory, therefore `find -t d` could not detect it. Adding `,l` to look at symlinks as well fixes the issue.

We're setting up authentication with devise and trying to just use the default session cookies. The only problem, as you probably already know, was resetting the CSRF token after sign-in/sign-out....

I have a monorepo with many `package.json` files throughout (managed with yarn workspaces). When I try to run `:Jest` or `:JestCurrent` it errors saying it can't find the Jest executable....

enhancement

Going to try to open a PR for this, but wanted to bring it up in an issue first. `findDOMNode` is deprecated in favor of refs. I think the safest...