Mark Ingram

Results 8 comments of Mark Ingram

Thanks - that's kind of my point I think. If I'm converting `T`, `R`, `S` to my own `Matrix` type in order to do the multiplications, the spec shouldn't mention...

Thanks @javagl ! > (without 'post') would have the same meaning and be less confusing. 100% agree. > it's always confusing... Again... 100% agree 😂

Thanks for the response @anarvekar-msft . We're using the packaging APIs, so I guess my confusion comes from having to specify both a content type _and_ a compression option to...

CMake is actually really nice and easy to use, if your project configuration is fairly straight forward. Just add your files to targets, then add dependencies between your targets. Things...

For applications that are already compatible with sandboxing (i.e. only read from %APPDATA% or %PROGRAMDATA%, and only access files explicitly chosen by a user) I don't think a continuous reminder...

@verelpode The "Universal" part of UWP is now dead. It was a grand idea, allowing any application to run on Desktop, or Tablet, or HoloLens, but in reality - what...

@verelpode, > XAML Islands are not for the purpose of creating floating nor docked windows No, but with Win32 (or WinForms / WPF) and XamlIslands you can achieve modern UI...

@verelpode, yes, it will launch a new window attached to a different UI thread (and on the desktop, with a new app icon in the Taskbar).