Dave Thomas

Results 4 issues of Dave Thomas

### Prerequisites * Have you tried to reproduce the problem in [Safe Mode][safe-mode]? **Yes** * Have you followed all applicable steps in the [debugging guide][debugging-guide]? **Yes** * Have you checked...

The extractor runs into a parsing error when working with the [Bulma framework](https://bulma.io/) . The issue seems to stem from the differences between old-style SASS and new-style SCSS. Specifically, I...

The folks at Babel introduced some new types. The `ast-types` package has been updated to handle these new types (see [this issue](https://github.com/benjamn/ast-types/issues/132)) at version 0.9.1. I'm going to take a...

I'm getting a syntax error when trying to migrate a database containing triggers. Here's the SQL before the definer is removed: ``` /*!50003 SET sql_mode = '' */ ; DELIMITER...