Mehdi El Fadil
Mehdi El Fadil
Problem occurs when the label is only one long word for a small circle. The wrapping logic uses space characters to split the label, so nothing wraps in such cases....
In case someone also has this problem and looks for a solution: I've worked around the issue by shifting vertically the overlapping labels. This method works:: https://blog.safaribooksonline.com/2014/03/11/solving-d3-label-placement-constraint-relaxing/, in our case...
Hi, I just checked the map on an average laptop, and did not notice any performance issue. Nothing seems to keep running when inactive, and there is no degradation of...
> Would you be able to share a bit more context on the system you used to conduct this review. Sure: * Operating System: Debian 10 buster (linux) * Intel...
P.S. Someone on hackerNews posted an even shorter syntax, c.f. [this comment](https://news.ycombinator.com/item?id=21989712).
I have tested your example with natural 0.1.24 (tf-idf was broken in natural 0.1.23). It works fine. However, the function `tfidf.listTerms` is broken: ``` javascript tfidf.listTerms(0 /*document index*/).forEach(function(item, indx) {...
Would a more sustainable solution be to seek integration of gramophone features inside [natural](https://github.com/NaturalNode/natural), which is more actively maintained?
A bit of feedback: - The feature works well in larger screens, and on mobile. - The drop-down menu's content keeps floating over the rest of navbar links on mobile...
Thanks. It seems that #235 might be closed and replaced by this one...
Remark: ``` Performing a commit after pulling this change fails with the following error message: src/components/_navbar.scss 24:5 ✖ Expected height to come before width order/properties-alphabetical-order pre-commit: pre-commit: We've failed to...