blankey1337

Results 7 comments of blankey1337

Would love to use this, but site is down :(

In this case, the transactions are identical. We could write a condition to cover this edge case which improves the UX, but this is low priority IMO.

Looks like you are right. Sending unencrypted messages appears to work to new accounts. I was being thrown off because the errors are being swallowed when trying to send a...

+1, also seeing this issue. I'm not using subdomains, just localhost:3000

@0xori solution worked for me. If you are worried about synchronicity, you can use the `setState` callback. ``` onOpen = (_sectionID: number, _rowId: number, direction?: string) => { if (this.state.isSwiped...