Michele Piccirillo

Results 31 comments of Michele Piccirillo

Same here, in Branches and Log tabs

In case it may be useful to someone else, until it gets fixed upstream, I managed to fix this adding this code to my `style.less` (should fix #88 and #86...

There is already a pull request (#107) to fix the same issue – most of this code comes from there – but hasn't been merged yet (~20 days) and I...

Pitching in, as it is something that I'm also in need of. Maybe a simple solution to keep retro compatibility (at least in the 3.x series) would be to just...

@vadimdemedes I fixed the build issue, now everything should pass (if the workflow gets approved)

@sindresorhus @vadimdemedes Updated again to incorporate #478, to fix the linter error that stopped the build. Please note that at the moment, on `master`, the test for "useInput - handle...

> We can’t really make it asynchronous otherwise render would be asynchronous and that’s not a react renderer anymore. Well, I would argue that it isn't a React renderer now...

Alright I'll give a shot to `sync-request` and see what happens.

> Another solution (if you really want to go async) that I'd prefer to an async `render` method would be to render a rectangle without the image, do the request...