James Booth

Results 70 comments of James Booth

Thanks so much for your input @mmckerns. So to get started I've set `dill.detect.trace(True)` and then re-run the above example. I think it's fair to say that my two examples...

@benvinegar unless I'm mistaken, you linked to a 3rd party `d.ts` file for **`raven-js`** (which is obsoleted by getsentry/raven-js#610) AFAIK there is no community `d.ts` files for `raven-node` on DefinitelyTyped,...

@patricksnape I prefer the warning approach. I don't think we want users using `MaskedImage` instances without understanding the consequences ([explicit is better than implicit](https://www.python.org/dev/peps/pep-0020/))

@mmcauliffe thanks so much for this! My only slight concern here is the ordering of the vertices and triangulation. Great that after the dedupe we are left with the correct...

awesome! As sad as I would be to see print_progress go, definitely looks like a well established alternative.

signatures would be based on the decision taken on #533

Just to update this, current thinking is to not implement the copy decorator for `0.3`. We will stick with `_inplace` methods, but will go through Menpo and ensure the pattern...

I've budged this out to 0.5.0 @patricksnape - sound ok?

Also note that I looked around for a simple JS octree for the Landmarker for vertex/mesh intersection and in the end rolled my own which has been holding up very...

@patricksnape looks like a solid improvement! My only quick thought is that I've considered adding an Octree (this in 3D) for doing dense mesh-mesh nearest point on surface searches -...