Results 5 comments of Ayanga

Try adding those values back to your `build.sbt` and see what happens. That's what worked for me. ``` configs(IntegrationTest) Defaults.itSettings ```

the [type definitions](https://github.com/taozhi8833998/node-sql-parser/blob/master/types.d.ts) have been pretty helpful for me

this already exists...when a parsing error is thrown, the error object contains it's exact location, e.g.: ```json { "message": "Expected \"!=\", \"#-\", \"#>\", \"#>>\", \"%\", \"&&\", \"'\", \"(\", \"*\", \"+\",...

Need to display more information that won't fit in the column / row labels, so would like to show it on hover (like in a tooltip or a separate info...

are you referring to the [custom cell example](https://github.com/iddan/react-spreadsheet/blob/edb75f45ac93c525505c1189500fa8281cbf3a64/src/stories/CustomCell.tsx#L60) in [storybook](https://iddan.github.io/react-spreadsheet/storybook/?path=/story/spreadsheet--with-custom-cell)? (it wasnt clear to me what this was doing when I first looked at it) just noticed the `onMouseOver` callback...