Jerome Chan
Jerome Chan
In the documentation for deftable, :indices is listed as an option when a user wishes to add additional indexes. However, the correct atom should be :index. The example code has...
```objc[55519]: Class _TtC10Starscream12Decompressor is implemented in both /Users/jerome/Library/Developer/CoreSimulator/Devices/1ED7755F-4832-4826-A979-350D6F8714CF/data/Containers/Bundle/Application/B724033D-AB8C-4025-8D9A-6AAA32DA1DC0/AlphaWallet.app/Frameworks/Starscream.framework/Starscream (0x109d1fe18) and /Users/jerome/Library/Developer/CoreSimulator/Devices/1ED7755F-4832-4826-A979-350D6F8714CF/data/Containers/Bundle/Application/B724033D-AB8C-4025-8D9A-6AAA32DA1DC0/AlphaWallet.app/AlphaWallet (0x105cb3168). One of the two will be used. Which one is undefined.``` This is caused by `Starscream` being a...
See https://github.com/AlphaWallet/alpha-wallet-ios/pull/4955#issue-1298776662
``` /alpha-wallet-ios/AlphaWallet/WalletConnect/Types/EIP712TypedData.swift:118:36: 'substring(to:)' is deprecated: Please use String slicing subscript with a 'partial range upto' operator. let elementType = type.substring(to: indexOfOpenBracket) ``` Trying to fix this depreciation message but there...
https://docs.swift.org/swift-book/LanguageGuide/Protocols.html#ID281 states ``` Class-Only Protocols You can limit protocol adoption to class types (and not structures or enumerations) by adding the AnyObject protocol to a protocol’s inheritance list. ```
From the [R.swift documentation](https://github.com/mac-cain13/R.swift/blob/master/Documentation/Ignoring.md#only-run-specific-generators-exclude-rsomething) By default, R.swift runs all generators, for images, nibs, strings and many more. In some situations you may not want to generate R structs for all...
New interface Zeplin: https://zpl.io/KGw19kq  > What is the sort order of the 31 networks? It's alphabetical with Ethereum Mainnet as the first one.
 I should be able to copy the URL. The URL should also be displayed in full otherwise I can't tell what...
 
On the main wallet screen, tap the ellipses (…). Tap Add/Hide Tokens.  ![Simulator Screen Shot -...