Ryan Gilbert
Ryan Gilbert
After digging around the codebase for a while, I located the [line of code](https://github.com/enquirer/enquirer/blob/master/lib/types/array.js#L555) that would need to change to fix (at least this) case. It's currently: ```javascript this.value =...
I found a workaround that wouldn't require a code change in this codebase. I was looking at [this test](https://github.com/enquirer/enquirer/blob/master/test/prompt.multiselect.js#L56) and noticed the `result` function that gets passed in. Using that,...
btw @jeongmincho, how does this work in the context of the coinbase wallet browser extension? does the extension use the SDK, and will it be updated to pass `reloadOnDisconnect` as...
hey @jeongmincho, this isn't working as expected. this is my user authentication flow: * (my app) display custom coinbase qr code * scan qr code with coinbase wallet * (my...
Hey @skhavari! If you still need help with this, check out this snack: https://snack.expo.io/@rgilbert/scrollable-modal-with-dismissal
Hey guys, sorry for dropping comms here. The issue I'm talking about can be seen when triggering disconnect _via the SDK_, as opposed to the wallet triggering the disconnect. i...