Govert van Drimmelen
Govert van Drimmelen
I'm afraid I don't know how to get a better error message. It's basically when this code is called: https://docs.microsoft.com/en-us/uwp/api/windows.devices.wifidirect.wifidirectdevice.fromidasync?view=winrt-22000#Windows_Devices_WiFiDirect_WiFiDirectDevice_FromIdAsync_System_String_ But I don't know enough about the new Windows API...
I would suspect the HTML tools are no UTF-8 aware since they're pretty old. Maybe you can save the code file in another format like UTF-16 (even using Notepad for...
Hi @sshukurov - Yes, I can reproduce this too. All of the state tracking for the windows is just derived from what I could see happening, so I'm not surprised...
@wh1t3cAt1k No, I have no particular concerns with using only `Focus` and `Hide` as the event pair. If you update the PR here I'm happy to merge in for the...
Hi @sshukurov - I tried the pull request #130, but had to revert it again :-( With those changes I get back to the very laggy window movement of #123...
@sshukurov Your changes should be in 1.7.0-RC6 and from what I can see it works well. Thank you very much for the contribution. I suppose (to answer the question from...
Hi @viewizard & @alpencolt - I work with @Sergey-Vlasov who submitted this PR. We have a limited requirement for the in-memory module support, so we added as much to the...
It looks like the problem was fixed in a firmware update - it worked for us on the HAP with v. 15.05.01.15.
Excel sometimes displays the file name (Exceldna.Intellisense64), and other times displays the internal add-in name (Excel-DNA IntelliSense Host) after loading the add-in. For example, if you download an add-in, Excel...
I don't have a good answer for localisation of the IntelliSense at the moment. But it is a valid request and worth thinking about as an extension. What you can...