Sergey Kamardin
Sergey Kamardin
In node, use `lodash` and, if possible, `async` instead. Then use them optimized just in prebuilds.
Got it =)
Hey @Chrstm can you check it against the v0.3 branch?
Hey @aeneasr, will try to take a look on it next weekend.
Hi @nirekin, there is a `QuoteMeta()` call for such cases. Ping me if it does not help :)
Hi there. Could you please to test it against feature/v0.3 branch?
@AlmogBaku I am planning, yes. Do you have same problems? Could you try it over feature/v0.3?
This brings something like this: ``` javascript // root registering for namespace "my-app.my.super.namespace.module" var _root = root; _root = (_root["my-app"] = _root["my-app"] || {}); _root = (_root["my"] = _root["my"] ||...
I believe there will be no overhead if you don't use it -- there is an [option of the gtrace](https://github.com/gobwas/gtrace#build-tags) to generate tracing code only if some build tag was...