Federico Zivolo

Results 282 comments of Federico Zivolo

I have the same problem, my repo is: https://github.com/FezVrasta/popper.js/pull/314 To reproduce just run `yarn test`

It'd be great. For sure the developer of the tinyCam Android app figured out how, since their app supports it.

Having the same problem on M1 Max ``` ❯ qlmanage -p /Users/federicozivolo/Movies/TEST.mkv Testing Quick Look preview with files: /Users/federicozivolo/Movies/TEST.mkv 2022-08-29 12:27:29.628 qlmanage[37494:917293] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied',...

If that's Bootstrap as I think, take a look at [this theme I created](https://fezvrasta.github.io/bootstrap-material-design/), it should give a boost to the look of the app with minimal effort.

Since we are here, any plan to move this to Home Assistant? It would be dope. Currently HASS has only one "Flux" component but it's not complete as Kelvin.

My tests hang with the official puppeteer storyshots addon, Storybook itself works fine when I run it, but it times out when I run the tests.

Fixing the root cause would be great, but Popper relies on re-renders to work on the most recent DOM properties (stylings, positioning, etc) so it's often required to trigger a...

Have you tried to define your own `createPopper` option? That should allow the built in import to be tree shaked

No, react-popper has a configuration option to pass your own "createPopper" function