Federico Zivolo

Results 282 comments of Federico Zivolo

Published a new version with this fix.

PRs are more than welcome 🙏

In our case it's a dictaphone, not a gamepad, but it gets exposed to the browser through the gamepad API.

I'm not emulating it, it's a peripheral that is recognized as gamepad.

I don't have access to it as it was reported by some customer, but I'm sure it reported a single axis. I suppose it was some kind of stick to...

It'd be useful, thanks

Same problem but for "pull to refresh", users want to keep seeing the stale data as the new one is fetched. I think a possible solution would be to have...

I realized we can use React.startTransition to avoid the loading indicator. https://stackblitz.com/edit/stackblitz-starters-svgxwt?file=src%2FApp.tsx ```js import * as React from 'react'; import { useAsyncResource } from 'use-async-resource'; async function fetchUser(id: number) {...

@SVilgelm we also have required jobs but when we skip them using your action they still block the PR from being merged. Has something changed in the way GitHub works?