David Tai
David Tai
My model is under a different schema than 'public' but that metadata isn't being saved in the migration so running the migration fails. Executing (default): ALTER TABLE "public"."table" DROP COLUMN...
``` bundle.write entry: 'src/js/app.coffee' dest: 'public/js/app.js' ``` no longer outputs to 'public/js/app.js'
While helping Montek with an error:  I discovered that this error which should be triggering when there's no commands in the README.md is unreachable: https://github.com/davidtai/cli/blob/04a93c00750eb73bb35cd60a220ef42ffdcfe46a/src/app.exec.ts#L117 a check for `}...
I had issues trying to spin up a custom host along side a different application that was using the latest orbit. This caused a dependency issue. During the process of...