Lorenzo Delana

Results 14 issues of Lorenzo Delana

with ubuntu 20.04 I receive follow from log each 1 sec because I refresh my argos widgets with that interval: ` May 17 14:52:23 tuf gnome-shell[134761]: Usage of object.actor is...

## repro ```csharp System.Console.WriteLine("(-1/2d-3/2d)t".Simplify()); ``` ## actual ``` (-3/2 * d - d / 2) * t ``` ## expected ``` -2 * d * t ``` ## version 8d16c32374962a5c5870df4ec491baca8d9529bc

Minor bug

added green from-to and red,yellow,green color options ; added majorTicks

in the follow example isActive (state var) would activate or not the gauge control setting css opacity, but if use conditional through chart style it doesn't works ```ts const [isActive,...

This PR adds unit test framework and NET6 targeting. In the first unit test inserted I test for Arc StartAngle, EndAngle and with the given dxf Polyline2DTest_0001.dxf results that test...

With this PR the `PackageId` field added to csproj with the name `netDxf-official` that isn't used on nuget as results from this search https://www.nuget.org/packages?q=netDxf Publish nupkg is pretty simple: -...

after recording a webm screencast, area, window or fullscreen, mouse cursor hides only on some specific region of the screen, expecially on window titlebar. happens to me only when used...

this PR allow override treeview fontsize using an environment variable `ILSPY_TREEVIEW_FONTSIZE`. Example: ```sh ILSPY_TREEVIEW_FONTSIZE=14 ILSpy ```

invalid
area-ui

This PR fixes loading of assembly by startup arguments when using absolute paths on linux platform that uses '/' as root path. Relative paths still not working because of [this](https://github.com/icsharpcode/AvaloniaILSpy/blob/5f0f23169e921286f4233c1d290270f061117982/ILSpy/Program.cs#L18)...

Make double round ( 1 decimals then 0 decimals ) to overcome lost of precision, see added unit test: ex. r=0.49999999999999956 would round (r * 255) to 127 instead of...