Daniel Peach
Daniel Peach
`5.0.0-1` worked for me - "awesome-typescript-loader": "^5.0.0-1", - "typescript": "^2.8.1", - "webpack": "^4.5.0", - "webpack-cli": "^2.0.13", - "webpack-dev-server": "^3.1.1"
Thanks @Fred-Barclay for forking and maintaining! And making improvements!
I also noticed the wrong quote type is used for default enums: ``` `Status` ENUM ('Processing', 'Shipped', 'Delivered', 'Cancelled') NOT NULL DEFAULT "Processing"; ```
So it seems there are two constraints that are currently not possible in DBML. That would be the `CHECK` constraint, discussed here, and a composite `UNIQUE` constraint with multiple columns....
Is this still something you are looking into? @lukecrum Sent with GitHawk
@Fred-Barclay @kkdd I’ll get this one done, I think I’ll add a select in the setting for the user to choose what key they want to act as the meta...
@Drabc @stillworks how do you envision this working? The terminals are saved on a per-project basis? And where would you think is best to save them? A “save current editors”...
Also not working for me
I will try this tmrw, as I’m not sure exactly what “checkout tags” means, I have never heard that before and can look into how to do that, but I...
`git checkout start` does work, just puts you in a detached state.