Marak

Results 332 comments of Marak

@ljharb - Is there a module which will do this already? Will the users have to modify `package.json` dependencies based on their config? Is this automated anywhere? Trying to get...

When running `babel-hello-world` as standalone. ``` ReferenceError: Unknown plugin "syntax-async-functions" specified in "base" at 0, attempted to resolve relative to "/Users/a/dev/stackvana/microservice-examples/babel-hello-world" at /Users/a/dev/stackvana/stack/node_modules/babel-core/lib/transformation/file/options/option-manager.js:177:17 at Array.map (native) at Function.normalisePlugins (/Users/a/dev/stackvana/stack/node_modules/babel-core/lib/transformation/file/options/option-manager.js:153:20) at...

That makes sense. I guess best practice is for developers to specify the required deps in dev dependencies of the project.

We've got good progress on this in the `service-as-middleware` branch. It appears we've got working support for `function (req, res, next)` signatures to the point where we can chain multiple...

I don't really use Docker at all. What is the broken stream error? Is the service timing out? Maybe increase timeout limits? Either way, if it's working outside docker, it...

Not sure, try testing more if you can. See if you can replicate the issue without Docker.

@mikaelkaron - Any updates on this? Are you able to reproduce this with a smaller case? I'd like to understand why this isn't working in case we need to fix...

What operating system on you on? Is it Windows? Also, what is your node -v and npm -v and microcule -v values returning on console? The default behavior for console.log...

To answer your questions: 1. Yes, `console.log` is suppose to work as normal and I have confirmed it's working here on `v6.1.0`. I haven't had time to test Windows. 2....

@rishabh1952 - It would be best if you could use the latest version of `microcule` which is on Github, `v6.1.0` Calling `res.json` should end the request so you shouldn't be...