Tommy Chen
Tommy Chen
Instead of exporting all variables in `default`, you can use named exports. ```js // component-one.js export const componentOneService = new Service(); // component-two.js import { componentOneService } from './component-one'; ```
Kosko is just a tool that renders TypeScript code into YAML and provides environment management, IDE auto-completion, and OpenAPI validation. Based on what I saw on cdk8s documentation, it seems...
It's great! Maybe will be implemented in v2.4 or v2.5.
Test added! :)
Thanks for your testing. I'm busy on the school project so the development of v1.0 is temporarily paused.
I review this branch after several months later and feel it's just like a piece of shit. So I created another branch here. This branch won't be updated in future....
It's not an easy job.
You have to run `DaoGenerator` task with Gradle first. I forgot to write this in the readme.
 You can find it in the sidebar. Run `:DaoGenerator` → `run` and Gradle will build DAO for you.
You should use margin instead of padding, or it will generate redundant padding when gutter is disabled. **Before**  **After** 