Nguyễn Trường Minh

Results 5 comments of Nguyễn Trường Minh

I encountered the same issue. With disqus directive, not only the data-disqus-identifier, it can be fixed. ``` jade a.label(ng-href="#!/news/{{item.id}}", disqus, data-disqus-identifier="{{item.id}}")   ```

The secret is generated and saved in the `config.json` file. In a fresh `node-red` setup, the config file is missing. The issue can be solved by either: - Put the...

If performance issues are considered vital, connection pool and memory pool should be part of the core.

I will do some more elaborate tests to confirm the result. In the mean time, may you try this ? https://github.com/wg/wrk

### Why does nope.c use AF_UNIX socket? With [NOPE_THREADS enabled](https://github.com/riolet/nope.c/blob/575547826b94787362180274ea45fe0626d9fc3b/nope.c#L401), the worker and master threads needs someway to communicate with the other. In this case, nope.c use a [socketpair](http://linux.die.net/man/2/socketpair) to...