Adrian M.

Results 29 comments of Adrian M.

That is great feedback, thank you for that. Judging from the implementation that I had a quick glance at I still think that we could extend `Codable` to operate on...

Not knowing what the issue is, plus I haven't used the module yet the code from above could be swiftified to (almost never ever use force-cast or IUO's): ```swift //...

Well base64 is just our way to hardcode the raw FW data into the app binary, we convert it into `Data` when required. We might add `Firebase` support in the...

I have no idea how this library works exactly, plus I'm just a passenger on this repo, but the above snapshot which is like a json does not work as...

Ah sorry, you were referring to the old database, while I had Firestore in mind when I wrote my reply which does support arrays and maps.

@Sherlouk why was your PR closed? This looked so promising.

Well I managed to solve the problem using `smart tabs` in AppCode which matches the behavior of Xcode as well. You can consider this issue as resolved. 🙈

@marcelofabri I'm confused, some tabs works other don't. Now I bumped into that issue in Xcode as well. ### New Issue Checklist - [x] Updated SwiftLint to the latest version...

Xcode 11.4 is out and this prevents projects from compiling.