David Tai

Results 4 issues of 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'

bug

While helping Montek with an error: ![image](https://user-images.githubusercontent.com/8346495/200186951-c921d35f-4ddd-426e-9fc3-ecb0ac01d4cf.png) 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...