Hadrian Tang

Results 569 comments of Hadrian Tang

Also should fix ((x-1)*(x-2))^3 not expanding.

It can determine where to overlay HTML elements over SVG (input boxes), or determine collisions between elements given changing transforms and coordinates.

This is a behavior I have to emulate myself by applying parent transforms to the bounds myself, by the way.

@cartermp Isn't that distinction part of what MSBuild does so we don't have to do the work ourselves?

Have you tested different compression algorithms? There are more alternatives in `System.IO.Compression`.

I think this is fixed by https://github.com/dotnet/fsharp/pull/11681

For this you should provide the F# equality operator as a custom operator into the Expression.Equals constructor. F#'s equality is different from C#'s equality and System.Linq.Expressions uses C# equality by...