Michael Reay Beaton
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?
I have the settings showing up - doesn't appear to be erroring out, although if I log what's initiated, I get the following: ComponentModel: Found ExportProvider: Found Vim export failed:...
> I am assuming that SSMSv21 supports MEF if it is using the same editor as VS. I have no idea however if SSMSv21 has any support for extensions which...
> I just found this for an older version of SSMS. Maybe it helps https://stackoverflow.com/questions/55661806/how-to-create-an-extension-for-ssms-2019-v18 Perfect thanks for this, I'll take a look.
Hey @nosami VsVim seems to be running in ssms v21, albeit through visual studio.  However when I copy the extension (I've tired all files, even copied the vs studio...
Thanks @nosami I'll take a look at those.