Sam Maxwell

Results 5 comments of 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 ... ![image](https://user-images.githubusercontent.com/465853/72097310-1b4d2c80-32ea-11ea-86b1-a15a6563fec9.png)

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?