Michael Donaldson

Results 4 issues of Michael Donaldson

We are currently developing a CMS for which the admin panel is an ember.js application. The CMS will allow add-ons to extend the admin panel with new routes, templates etc....

It seems that setting a custom `destDir` in an applications `ember-cli-build.js` file causes the `ember staticboot` command to start returning 404 errors. I've tracked the issue down to the `staticboot-server`...

Currently it seems that this package doesn't support using MySQL's `DELIMITER` keyword which is commonly used with stored procedures which contain multiple statements. I've created a very basic example below...

Currently it seems that this package doesn't support using the `#` syntax for inline comments in MySQL. **Example Input** ```mysql select 1; # inline comment select 2 ``` **Expected Output**...