Guillermo
Guillermo
Hi all, thanks @matthewkeil for raising this issue, and for starting a PR https://github.com/mdtanrikulu/use-metamask/pull/19 to fix it! I came across it too. As a temporary workaround until the fix is...
Using `swipeDuration: 250` combined with `onSwipedDown` worked perfectly for me, to enable a user to scroll up and down a dialog but also be able to close it by swiping...
Came across this report trying to find another issue. I was just testing this in a fresh installation of the starter, and I couldn't reproduce it. Also upgrading to latest...
Hello there! Catching up with this thread. Have a question for a simple general use case using Koa for an API for a website. Can just use `compress()` without any...
More than referencial integrity, I think the first step is **not breaking the site for the user or the admin when there's a broken reference.** For users, I found a...
Adding to my previous comment, I might have found a way to hack Tina to skip the error admins see. The hack consists in overriding `cms.api.tina.request` in the `cmsCallback` with...
Me too! Firebase tools version `13.28.0` I guess doing `retry: false` is the same as doing `retryConfig: { maxAttempts: 1 }`, no? That works fine for me.
With the version 2.2.0, the issue started to happen to me intermittently when loading the /admin view. Not always. Seems like a race condition. It seems `@headlessui/react` is updated in...
It'd be great to have them. Right now, I'm using the image's caption text as alt, since caption text is returned by the SDK. But it'd be very nice to...