Tommy Chen

Results 37 comments of 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.

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.

![2014-03-02 11 18 46](https://f.cloud.github.com/assets/411425/2303404/8b923f44-a1b9-11e3-9450-4cc2b9a058ef.PNG) 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** ![2014-09-06 22 03 43](https://cloud.githubusercontent.com/assets/411425/4175361/ca494ddc-35ce-11e4-97ae-c41442ec87cb.PNG) **After** ![2014-09-06 22 03 54](https://cloud.githubusercontent.com/assets/411425/4175362/cc9181cc-35ce-11e4-8a83-a1e278e3e9c6.PNG)