Eduard Luhtonen
Eduard Luhtonen
Ruby site states that newest stable version is 2.1.1, but when selects this version in Jewelrybox v1.5 ruby list Jewelrybox crashes. remear claimed that he fixed this issue 2 months...
What about S3 Full Access? Does it work? It looks like following: ``` { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "s3:*", "Resource": "*" } ] } ```
@jamesf7 what if you try to update `seneca-mongo-store` dependencies. Just go to project's `node_modules/seneca-mongo-store` directory and edit `package.json` file and set `mongoDB` version to `2.2.0-alpha2`, like this: ``` "mongodb": "2.2.0-alpha2"...
I'm fine with latest stable versions. I'm just waiting for new release of this plugin, since latest installed with `npm install` have very old dependencies.
I had similar problem in Safari and Chrome on Mac OS X 10.9.x I've updated enchant.js to version 0.8.0 and that solved the issue with both Safari and Chrome. Now...