Marak
Marak
Right now, bash services are still injecting all request and env parameters into separate unique bash variables ( like how Lua use to work prior to #18 ) It would...
Just saw an instance where an environment or http params variable name containing `-` was causing the lua codegen to crash. We need to ensure that the lua code won't...
`resource-http` is too full featured to be included in `microcule`. The only place `resource-http` is being used is in the `microcule` binary itself, and should be able to be replaced...
Ideally, we wouldn't want to be requesting the service's source from Github on every request. It would be better if the plugins for Github remote sources were able to accept...
Our current configuration of `babel` for microservices is a bit hard-coded. We should respect the users `.babelrc` configuration / make `babel` configurable in the `stack` tool. see: https://github.com/Stackvana/stack/blob/master/lib/compileServiceCode/babel/index.js#L7 I'm not...
see: http://bellard.org/
It would be nice to have some visualizations of the growth of the project. We are already collecting all the data necessary to create these visualizations / statistics. see: `user.ctime`,...
Hello there. I wanted to make a friendly suggestion that you might want to incorporate data from or merge parts of this project with https://github.com/marak/faker.js The functionalities seem very overlapping...
Is the CSRF protection for article submissions really necessary? What is the concern here? Does it really matter if an article submission comes from a page which is not on...
Hi there! This pull request contains commits that enable the use `nconf` for configuration of the `ospriet` application. While there is nothing wrong with the current way `ospriet` handles configuration,...