-
As noted by @bladey on issue #148, assigning a default IP of '127.0.0.1' (localhost) doesn't work on PAAS services like Heroku out of the box.
Explicitly assigning an IP Address of '0.0.0.0' to expre…
-
i'd like to clean only the aliens that may explicit why it is so slow. I will try to look around mongo.
-
This CPAN module is very promising. However, I have uniqueness requirements that are not being enforced. I want a set of unique attributes in addition to the unique ID. I was able to create the unique…
-
Hi,
I'm trying to install Sylius (first time), but Composer is throwing some errors:
```
C:\xampp\htdocs>composer create-project -s dev sylius/sylius
Installing sylius/sylius (dev-master 003c8bc80e1…
-
Instead of the parent / child forking model, move to a master / worker model similar to Unicorn's.
On an ideal setup (REE + Linux) you'll have 2N Resque processes running at any time: N parents and N…
-
I guess this is a clang issue. I haven't investigated.
https://gist.github.com/NikolausDemmel/7929549
So mongodb-dev from ros/homebrew-hydro seems outdated anyways. It is version 2.4.4, while the def…
-
As i see, in doctrine/cache v1.1 there is no trace of mongdb cache provider, altought it can be read in changelog.
Could it be possible that PR https://github.com/doctrine/cache/pull/17 is missing fr…
-
It's a requirement in order to monitor mongDB databases, and on Windows this is not currently included.
-
...汗,, 还不会配置 Redis, 现在是在 OS X 下想尝试运行 jsGen
通过 `brew` 和 `launchctl` 安装运行的 MongoDB 和 Redis
`dev` 分支的代码, 启动以后 `3000` 端口能访问, 但提示有警告, log 是这样的
```
➤➤ node -v
v0.10.15
➤➤ npm start
> jsgen@0.6.2-dev start…
tiye updated
11 years ago
-
Hi,
multiple mongdb connections from within one "mongodb" database connection definiton would be super-cool. The mongodb client library allows this:
```
mongodb://db1.example.net,db2.example.net:250…