Clinton Cario

Results 8 comments of Clinton Cario

Also having this issue. Really like the library, though!

Still seem to be having this issue (sort only works once when also using pagination): http://jsfiddle.net/zpBZY/ Sorry if I'm doing something obviously wrong.

First of all, thanks for a really great library-- I'm a big fan! This issue relates to the labeling of intersection areas as well: ![screen shot 2016-08-03 at 11 58...

I'm also having this issue and agree with the fix. A work-around is to compile with GCC 10, which will require selecting it as an alternative compiler: A guide on...

I suppose I see this issue being less about performance and more about expected behavior. If the function is entirely internal/private to the class, it would make sense to have...

Checking 'Keep background colors opaque' seems to help, but maybe not ideal in all cases.

Awesome, thank you for the support!

This is a known googletest [issue](https://github.com/google/googletest/issues/3219) when compiling with GCC 11. It can be solved by upgrading googletest to 1.11: **CMakeLists.txt, line 65**, change: ``` URL https://github.com/google/googletest/archive/refs/tags/release-1.10.0.tar.gz ``` to ```...