James Booth

Results 70 comments of James Booth

This is going to slip 0.7.0 which we want to get out the door.

I think this would be useful, not super high priority though

Truth is, the current LazyList is a powerful enough abstraction to enable per-item caching for advanced users. Between the options above it's a trade off of how sophisticated we want...

Note that the notebook style guide is now open on the new notebooks repository [here](https://github.com/menpo/menpo-notebooks/issues/3).

Thanks @grigorisg9gr. This is something that has been on our mind. Currently `menpo.io` is based around file paths - literally, all the objects passed around are now `path lib.Path` instances...

It's proving a little more difficult than I'd hoped to Backbone Views with strong typing. Bearing in mind we already have the react versions of the sidebar/toolbar working on the...

I'd like to revisit this on some less powerful machines, but I think our recent efforts with minimising canvas redraws may actually negate the need for this kind of thing....

hey @darribas! So the first comment is that we have a far more updated gitbook over at [menpo/book](https://github.com/menpo/book), this was just my early testing and proof of concept which @nontas...

> My intuition was that the easiest way would be to convert the notebooks into stripped down html (using `nbconvert --to html --template basic`) and then feed that into `gitbook`....

@darribas awesome! Any chance you can put a demo of this live somewhere so I can take a look at the HTML? Few thoughts: 1. The HTML output by `nbvconvert`...