sm2017

Results 101 comments of sm2017

Can you please help be about features like `HEALTHCHECK` is the following enough ``` HEALTHCHECK --interval=5m --timeout=3s \ CMD curl -f http://localhost/ || exit 1 ```

Can you please explain a bit about [Multi-Process Development Model Enhancement ](https://eggjs.org/en/advanced/cluster-client.html) in docker

@atian25 Can you help me?

@fengmk2 I read the source codes, but cannot find where you defined `app.context.__` in the Nunjucks, can you please show me the code?

@fengmk2 thanks a lot

> @sm2017 hello, you can set a `t` alias function to `__` like [gettext](https://github.com/eggjs/egg-i18n/blob/master/app.js#L134) does. > > ```js > app.context.t = app.context.__; > ``` The `t` function is the `i18next.t`...

@fengmk2 @atian25 Can you please reply ? is it safe to override ctx.locals.t = t?

@fengmk2 I need your help!

``` DROP INDEX IF EXISTS "core"."users_username" ``` OR ``` DROP INDEX IF EXISTS core.users_username ```

@oney the demo is old and not working!