Lee Adams

Results 9 comments of Lee Adams

The Java implementation is suffering this bug.

Hoping to circle back to twitter-text issues next week (Feb 25th)

The problem with a mutable `TwitterTextParseResults` is that.. it's mutable. I haven't addressed this yet, not sure if it's still a concern.

Slowly orbiting back around to looking at twitter-text, will get you an update shortly.

Thanks! For this repo we need to merge it internally first and then push it back to github. Once that has happened I will close this pull request but you...

I'm trying to find a time to distribute this internally as well since we need to do that in order to accept your change and push it back to GitHub....

I was thinking of making a contribution, I'm a bit of a clojure noob, but I'd like to help if I can.

Ok, it's quite possible you'll come up with a better solutions since I've only just started developing with clojure. I won't be offended if my PR is not utilized.

I've had some luck by increasing python's recursion limit: ``` os.setrecursionlimit(2000) ``` But I have not looked to see if there is an opportunity to replace recursion with iteration, or...