Fabien

Results 9 comments of Fabien

The separate branch sounds good.

The API is very different.. I've started a branch on my fork https://github.com/fsbdev/MongoRepository/tree/v2.x which I've updated partially for the new API, replacing implementations where I understand what to do in...

I've added support for EnsureIndex now (which uses the CreateIndex method underneath). https://github.com/fsbdev/MongoRepository Still quite a bit to go but could be enough to start testing for some. Contributions welcome.

I should point out though that the 2.0 driver doesn't support LINQ as 1.0 did, they are rewriting the LINQ provider and will have support back in 2.1.

Yeah I probably will.

I was waiting for LINQ support to come back (2.1 last time I checked).

A grunt task to subset font-awesome would be great actually

But react-art assumes the user is using ReactDOM doesn't it? As given in your example https://github.com/reactjs/react-art/blob/master/examples/vector-widget/app.js#L7

Is there a way to walk the React component tree if elements aren't given ref values?