Alex Manzella
Alex Manzella
**Server responsibilities** (needs #56) - [ ] Servers MUST send all JSON API data in response documents with the header Content-Type: application/vnd.api+json without any media type parameters - [ ]...
_Won't have to be implemented now_ We may need it to avoid boilerplate and duplicated structs. For the serialization might be easy: ``` swift struct User { let friends: [User]...
ATM is not validated and might break if, for example, we change the project layout. Due to Carthage black magic (too much) might not be easy to validate.
- [ ] Contributing.md - [ ] Issue/PR template
removed for the moment because it hangs on signing using fastlane, works for every other device
**Behaviors** - [ ] Support include - [ ] Support sparse fields - [ ] Support sort
Investigate if we can use a [JSON schema](json schema) validator (e.g. https://github.com/kylef/JSONSchema.swift) for unit tests
What about open the popup when we start to type #import instead of the built-in completion? It would be easier to use and more consistent with the auto-complention instead of...
1. unsubscribe didn't remove the index from the map 2. subscribe needed to create an array of all keys to get the next index 3. the map used arrays to...
Hi, I was wondering if there was a way to easily get a tx simulation in tenderly like safe does, I came across this article from tenderly: https://docs.tenderly.co/simulations/guides/how-to-add-transaction-preview-to-a-rabby-wallet-using-tenderly-simulation-api . As...