Results 4 issues of Paul Lemire

Hello, First of all thanks for all your efforts on the project, that's greatly appreciated. I'm hitting an issue and I'm not sure if it's a bug or my lack...

Often, I have to deal with a **Property p** where **T** itself contains properties. Given the property **p** is using a pointer type, I cannot binding directly to **p->someProperty** given...

enhancement

At the moment I cannot use a const Property in a binding. ``` const Property someValue = makeBinding(someExpression); Property boundValue = makeBinding(someValue); // This does not compile ``` A const...

bug