Ken Huang

Results 139 comments of Ken Huang

@ryerh 还可以更进一步:https://github.com/onewaytech/i18n-static

Yes, hope it can be integrated with Vue CLI generated projects easily and smoothly. At the moment, I just use it in `lint-staged` with npm scripts `npm run lint:template` :...

Thanks @MieszkoGulinski Another approach is using [patch-package](https://github.com/ds300/patch-package) to modify (more elegant!)

- TypeDI: `@Service()` everywhere ❌ - InversifyJS: `Symbol` everywhere ❌ - TSyringe: I am trying https://github.com/typestack/routing-controllers/issues/656#issuecomment-939289360 *** Update: they are the same... even TSyringe still require us to apply `@autoInjectable()`...

What a pity to see most of the SSR websites on [Showcase | Awesome Nuxt.js](https://awesome-nuxt.js.org/resources/showcase.html) did not GZIP their JS / CSS, which results in enormous network loads. Some of...

@manniL You should double-check. I picked ramdom sample of 10 sites and **none** of them had GZIP.

All *Request Headers* include `accept-encoding: gzip, deflate, br` while all *Response Headers* do not include `content-encoding: gzip / br` .

Don't trust me, but verify, please. ![image](https://user-images.githubusercontent.com/13287948/53330729-54cfb000-3943-11e9-9a71-82da61a4cf8f.png)