Do Minh Hai

Results 12 comments of Do Minh Hai

I can't load any map ( .tmx ) with any "Transparent tiles" or this map have multi image source ( "Tiledset" ). :( .

Depend on your captcha. For DL, you need at least 10.000 examples to train.

@fsarachu nice idea. I will flow this way when have free time. thanks for your report!

Thank for your report! Can you fix it?

You can pass the `replacement` as a [replace function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/replace#Specifying_a_function_as_a_parameter). ``` javascript tokens: [ { token: ':body', replacement: function() { return ctx.request.body } } ] ```

I have just added a new syntax to allow replacing token with `ctx`. ```javascript tokens: [ { token: ':body', content: function(ctx) { return ctx.request.body } } ] ``` You can...

Which should be fix by this https://github.com/dominhhai/koa-log4js/pull/8 PR.

@dennyx hi, thanks for your reporting. `v2.2.0` use native `async-await`. If your want to use `yield` function, please use `v2.1.0` instead of.

This maybe good starting point for front-end developers. https://github.com/thedaviddias/Front-End-Checklist

Your front-end code is pretty 💯