Antonio Salazar Cardozo
Antonio Salazar Cardozo
> we would like to QA production releases, not only dev builds Hmmm… When would a production release QA build require runtime feature flag toggling though? By definition a production...
Would it be enough if the notification disappeared in the appropriate amount of time no matter where it was coming from? If that amount of time is 5 to 10...
May make sense to add a summary of the application before the link, and consider the best link for people to understand what the application is.
What's the status here, out of curiosity? Is there something I can do to help? The current asciidoctor output is rather painful (if fully functional :)), and I'd love to...
Got it! Making the array the primary key was my goal with the example here---with the *type* of the primary key set to `number` despite being a `[string, string]`. Not...
Def open, but probably need to understand a little better. Is Skale EVM-compatible, or is it a completely different network type? I ask because we haven't set up the full...
What seems to be happening here is that after submission, we poll the remote node for our transaction and don't find it. Since we don't find it, we assume it...
This (and probably other instances of infinite popups) appears to be due to sites that are using `useEffect` very poorly, resulting in repeated calls to `requestAccounts` even when the first...
Thank you! I’ll let you know when we have something to test!
Sorry for not getting back—I don't believe I actually fixed the underlying bug I *found* here, but zkveggies probably fixed the poor use of `useEffect` on their end. Either way...