Carl Topham

Results 13 comments of Carl Topham

It seems that the `beforeunload` event isn't firing in the `baseFixtures`. I am on the latest Chrome and FireFox

Apologies for spamming the issue. I am just updating things as I discover/learn so hopefully it can help resolve the issue or help someone else in the future

I tried `q.number().nullable()` and had the same error. I also tried adding `.nullable()` to the end of the projection with the same error ``` ... distance: q.raw( "coalesce(geo::distance(location, geo::latLng(1.234, -1.234)),...