Yaroslav Erohin
Yaroslav Erohin
I have a class in my app called `PublicKey`. It is not related to RSA, I can not rename it and it should not be an issue. I'm trying to...
An account is not just a String, so it wasn't decoding properly previously.
Added method to [request list of actions by account.](https://developers.eos.io/eosio-nodeos/reference#get_actions-1)
A change in url requests to use errors from the decode object method
Mentioned this in #27
I get this error when trying to archive for App Store upload. Xcode 10 ``` Transaction.swift static func dataForSignature(chainId: String?, pkt: PackedTransaction) -> Data { ... writer.pushInt(value: Int(UInt32(pkt.transaction.expiration.timeIntervalSince1970) & 0xFFFFFFFF))...
I'm making an app with a quite dark design. Is there a way to change colors or the input bar at the bottom? Also, I haven't found any way to...
I'm not sure if I'm doing this right. Here's the PR for localization support. I had to revert that guard checks commit, didn't know how else to remove it.
When running my code in Xcode with all sorts of sanitizers, I got the "Heap buffer overflow" error in a string containing unicode characters. I noticed that the code did...
This adds support for requesting status of element hover in case where element depend on each other. This is a case from my code, where I added a sticky header...