Roman

Results 428 comments of Roman

Lambda can run Docker images too. But why does it need to run on Lambda@Edge or CloudFront Functions?

@ivanst-stoyanov: yes, my example above works. I just had to edit the original plugin source code.

+1 this is functionality is very important

FYI lodash's snake case does the right thing with numbers.

> FYI lodash's snake case does the right thing with numbers. > The "right thing" can be subjective, e.g. `TestV1`. Happy to change the default, but it's hard to get...

I am not.clear on exactly how Adonis WebSocket package works, but it seems to be only solving the cluster problem. Meaning that if multiple forks running on the same machine...

I can do it, I am just not sure I am right with my assumptions. I am new to Adonis.

@ammezie No, not working on this.

Just looked inside the `package.json`, and there seems to be a mis-match. The dependency is declared as `puppeteer-core`, but peer dep is `puppeteer` and the actual code uses `puppeteer`.

You can set a variable in a parent scope and then use that var in your next mw. I think having a code sample of your setup would help better...