Michael Reay Beaton

Results 5 comments of Michael Reay Beaton

Hi @ykjchen Here is my actual code: ``` @objc fileprivate func handleLogin() { let hud = JGProgressHUD(style: .dark) hud.textLabel.text = "Logging in" hud.show(in: self.view) if let username = phoneNumberTextField.text {...

> Facing the same issue, I have increased the maximum depth to 8 and I still see nil on "items" from the iOS client. > When I go into the...

Hi @lawmicha Thank you very much for your feedback, that makes absolute sense what you are suggesting, it seemed odd this wasn't something that worked out of the box. I...

Thanks @lawmicha I appreciate that. The good news is that the code is being generated as I originally expected and no further queries are necessary to retrieve the lower levels....

So shouldn't source-map-loader quietly ignore those packages that don't publish a source map instead of screaming if it's not a requirement?