Adrian
Adrian
It would be nice if you prefixed all element-method additions in the next major version. I don't currently use jQuery, but I might in the future. Otherwise great library!
I solved this with binary search. There are still edge cases though. And another thing: Always use a seeded RNG. Predictable randomness is a must have for debuggability.
I ended up developing a custom wordcloud algorithm instead.
Hmm. I'm considering open sourcing it. But it could be a competitive advantage as it's quite frankly a lot better than what our competitors are offering, so I must talk...
And do not do it synchronously. Split things up using requestAnimationFrame, or even better use a web worker. I use events to emit placed words to the renderer, so I...
I did some debugging and the issue was caused by the html-to-react package. It does however use Ramda as you have documented in the readme: ```javascript import identity from 'ramda/src/identity'...
The react version in devDependencies should be changed to `>=16.8.0
Fixed in PR #29
I can try to make another pull request next week if you'd like. My macro chops have improved since last time. 🙂 Do you have any inputs on the API...
I think a "keyword" could be kind of cool too. Another thing to consider is that some hooks accept more than one function. We need to gather some function signatures...