Robert Skibbe
Robert Skibbe
Same problem.. Macbook Pro mid 2015 2,2Ghz Big Sur
@vtungn Yeah, can't get it to work as well, sad :(. I don't want to purchase a new 2k€ Macbook just for using this function..
I could fix this error by using v-once and initializing the array of objects (which are used for the v-for) with null. Now i got a 'Cannot set property 'isStatic'...
Sure, but it's just a trivial join, nothing special: `_db.Query($"Jobs") .Join($"Customers", "Jobs.customer_id", "Customers..id")` And the Job Class: ` public class Job : Entity { public Customer Customer { get; set;...
`_db.Query("job").Include("customer", q => q.From("customer"))` Gives me the error: > Lambda expression cannot be converted to type Query because it's no delegate type. Got version 2.2.0 of your Package. **EDIT:** I...