Antoine Lambert

Results 18 comments of Antoine Lambert

Maybe you have some transparency set on your node colors and they are blended together when there is node overlaps.

> Nope no transparency, it is only on the level of zoom, some kind of > lighting effect. These particular points have a non 0 a coordinate though. This sounds...

This seems related to issue #137. When the graph set to the view is empty and calling method `setOverviewVisible` before the `resize` one, a nasty side effect appears. This code...

Thanks a lot! I will look at it soon. Is it possible to have the .spec file maintained in any other place than the main repository ? This is typically...

Seems better to maintain the packaging resources inside the Tulip source tree indeed. I will try to test the rpm builds asap. But I will have to find a way...

Packaging for CentOS 6/7 is now functional, see https://github.com/anlambert/tulip/pull/1. I created a different PR as this needs to be improved and tested for other distros. PR #24 should first be...

It is indeed and it is not critical as the template renders correctly. But it generates a lot of noise when debug mode is activated so this should be fixed....

Thanks for your input and the issue analysis. Prior to using `js_inline_reverse`, I integrated `django_js_reverse` through a Django view. But to ease the [LibreJS](https://www.gnu.org/software/librejs/) support for my project, I ended...