Patrick Burrows

Results 20 comments of Patrick Burrows

I created a clone of this project called rangy-updated [here](https://github.com/pburrows/rangy-updated). (see [#458](https://github.com/timdown/rangy/issues/458) ). This project accepts PRs and is looking for contributors.

merged PR here: https://github.com/pburrows/rangy-updated/commit/854b8ad22663de453c414c89ed1eb936a8a3663b

Started documenting the new structure here: https://github.com/pburrows/SharperNLP/wiki/Project-Structure

Created the structure for the Maximum Entropy portion of OpenNLP

I created a clone of this project called rangy-updated [here](https://github.com/pburrows/rangy-updated). (see [#458](https://github.com/timdown/rangy/issues/458) ) that accepts PRs and collaborators.

I created a StackOverflow question for this: https://stackoverflow.com/questions/51482701/how-do-you-mock-typeorms-getmanager-using-testdouble If anyone wants to take a stab for credit (or for anyone stumbling on this in the future).

I usually add an additional decorator (a class) to those elements after they are created, so to find new ones, I just search for ones without that decorator. Perhaps not...

Currently, to use rangy in a project which uses typescript (such as angular), you need to include the module separately and consume it in code like this: ``` declare const...

Thsi is great @ohze ! If you want to make a PR to add these definitions straight to rangy here, that would be great. Then we wouldn't even need to...