Sam Maxwell
Sam Maxwell
mock-knex is now 7 releases behind knex. the tail is wagging the dog. does anyone else have an opinion on this matter? is this repo going dead?
@jbrumwell that is good news, but npm shows this ... 
My project uses express-graphql and I require it to support export to xlsx, csv and pdf. It would be quite easy, if express-graphql provided a way to override or extend...
I use this function for that purpose (it isn't validating, it simply picks out the coordinates) ``` const getPoints = (polygon) => polygon .match(/(-?\d+\.\d+)\s+(-?\d+\.\d+)/g) .map((pair) => pair.split(' ').map(Number)); ```
Is there a way I can follow the discussion on CMS-1457 without being forced to create a workspace on linear?