madorjan

Results 8 issues of madorjan

Caliburn.Micro 4.0.173 .NET 4.8, WPF application Is it possible to prevent a view (ActiveItem) from being displayed before its viewmodel is active (IsActive, OnActivateAsync finished)? In my opinion, its questionable...

help wanted

intersection method using a box3d and a frustum described by a M44d is now based on opengl clipspace instead of directx clipspace

Example: ``` let ray = FastRay3d(10.0 * V3d.OOI, -V3d.OOI) let boxSucceeds = Box3d(-V3d.IIO, V3d(1.0,1.0,1e-8)) let mutable tmin = 0.0 let mutable tmax = Double.MaxValue let intersects = ray.Intersects(boxSucceeds, &tmin, &tmax)...

In order to visualize the derived tessellation level using vertex colors I wanted to pass an outer tessellation level from the control shader to the evaluation shader. Unfortunately the shader...

The currently used SixLabors.ImageSharp version has a vulnerability, which produces following compiler warning: ``NU1903 Warning As Error: Package 'SixLabors.ImageSharp' 2.1.6 has a known high severity vulnerability, https://github.com/advisories/GHSA-65x7-c272-7g7r`` SixLabors.ImageSharp should be...

Platform handler for Windows SDK 10.0.22621 is missing. `paket restore` fails with `Extracting platforms from path 'net8.0-windows10.0.22621' failed, a newer Paket version might support it, otherwise please open an issue...

Due to a vulnerability in the transitive dependency System.Formats.Asn1 we found out that Caliburn.Micro references Microsoft.Windows.Compatibility in our .NET8 project. Is this still required? .NET5 and .NET6 targets don't require...

Implemented a parameter for trusted signing as suggested here https://github.com/velopack/velopack/issues/142 To discuss: - How to reference Azure.CodeSigning.Dlib? Using https://www.nuget.org/packages/Microsoft.Trusted.Signing.Client? - Timestamp server + algorithms configurable or hard coded?