ArgusMagnus

Results 15 comments of ArgusMagnus

I will assume no answer means the same thing as always when Microsoft is asked about the future of its technologies (Silverlight, Windows Phone, etc.)..

It seems that Microsoft plans to bring chromium based WebView2 to .NET: https://docs.microsoft.com/en-us/microsoft-edge/hosting/webview2

On further thought, this might be more serious than I thought. One handler getting called twice probably means that another one is not called at all, which can lead to...

Yes, I'll do it once im free

I think there is a regression from v2.7.1 to v2.7.3 In v2.7.1 URLs of the form `cmd://cmd /C "start powershell -ExecutionPolicy ByPass -NoProfile -File ^"{DB_DIR}\scripts\Connect-Rdp.ps1^" -Server {TITLE}"` were working for...

As far as I know there is no way to allocate a managed array which is guaranteed to be memory aligned (there certainly wasn't at the time of writing this...

Yes, there is, but only to specific boundaries. As far as I know there is no way to get 16-byte alignment, which would be required for fftw.

I think the requirement for 16 byte alignment comes from the use of SIMD in fftw which I think is independent of wheter we use floats or doubles (Im not...

On release builds?