Federico Zivolo

Results 171 issues of Federico Zivolo

**Current behavior** If you define a component using Emotion (or any styled components lib I guess) like the following: ```jsx // @flow import React from 'react'; import styled from '@emotion/styled';...

I'm running the following code where my functions need to pick a web worker from a list in order to run. ```js const workersList = [worker1, worker2]; await PromisePoool .withConcurrency(workerList.length)...

Hi, this addon seems to break the Storybook storyshots addon. Here's a repro (I simply ran `yarn create react-app && npx sb init` and then added storyshots and msw): https://github.com/FezVrasta/msw-storybook-test...

bug
compatibility with other tools

This PR is based on https://github.com/popperjs/react-popper/pull/352 I have a problem with the following error though 🤔 ``` Error ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈ src/usePopper.js:95:37 Cannot call React.useMemo with function bound to create because string...

Lerna [recently added](https://github.com/lerna/lerna/tree/master/commands/publish#--contents) support for the `--contents` argument. Basically, it makes it possible to tell Lerna to publish to npm just the content of the `dist` folder (used as root...

Most of the times I receive a call or I enter into a Google Hangouts meeting the music starts playing.

Webpack 5 supports Web Woekers natively: https://webpack.js.org/guides/web-workers/ This library could leverage this to provide a more ergonomic system to consume the library that doesn't require to manually copy the webworker...

I'd like to build a Raycast shortcut to open the color picker, do you plan to add Apple Script support or maybe just a URL scheme that once called opens...

**Do you want to request a *feature* or report a *bug*?** Feature **What is the current behavior?** Right now, to send a PR with new types, I need to manually...

cli

**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** styled-components types don't support `.withConfig`. https://styled-components.com/docs/api#shouldforwardprop **If the current behavior is a bug,...