James Marsh

Results 5 issues of James Marsh

I noticed a memory leak within our application and tracked it to inside or around my usage of this component. I have some jsfiddles set up to demonstrate. If you...

I have a polygon and line which intersects at the very corner, the intersection result is much larger than it should be. The godbolt repro is here: https://godbolt.org/z/TEEaqvcT1 Polygon(red) and...

bug

I am using boost::multiprecision values as my coordinate types for boost geometry objects and I think that's causing the objects not to appear in the Geometry Watch window. If this...

For a table with a large number of row (>1000) the table scrolling is very slow which I tracked down to the scroll event handler: ` $element.find(".scrollArea").scroll(function (event) { $element.find(headerElementToFakeScroll).css('margin-left',...

When using a complex object inside the watch attribute, changes don't get tracked. Suggest finding a suitable case where the third objectEquality argument should be set for $scope.$watch('rows',....