Arthur Jahn Sturzbecher
Arthur Jahn Sturzbecher
It should be better to specify the collection only once, that would make the work much easier. Instead of that, I'm writing wrappers to specify the same thing for every...
Guess that for newer versions of mongodb, the ports are specified before database name. `mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][/[database][?options]]`. See: https://docs.mongodb.com/manual/reference/connection-string/ set mongoUri in index.js ``const mongoUri = `${config.mongo.host}:${config.mongo.port}/${config.mongo.dbname}`;`` format your .env file as...
> Guess that for newer versions of mongodb, the ports are specified before database name. `mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][/[database][?options]]`. > See: https://docs.mongodb.com/manual/reference/connection-string/ > > set mongoUri in index.js > > `` const mongoUri...
Any updates?
I'm having the same issue here.
Same problem here. My map_reduce code works fine in pymongo, but my tests break because of mongomock.
the issue is still happening with version `1.5.2_1` and bower `1.7.2`. ``` => Errors prevented startup: While building the application: /Users/macbook-pro/.meteor/packages/mquandalle_bower/.1.5.2_1.k5u5ht++os+web.browser+web.cordova/plugin.bower.os/npm/bower/node_modules/glob/sync.js:29:11: must provide pattern (compiling bower.json) at new GlobSync (/Users/macbook-pro/.meteor/packages/mquandalle_bower/.1.5.2_1.k5u5ht++os+web.browser+web.cordova/plugin.bower.os/npm/bower/node_modules/glob/sync.js:29:11)...
when the element is dynamically removed from dom, the object received in this function is window, that does not provide a method hasAttribute. I'll send you a code to reproduce...
I'm having the same issue when using multiple networks for a service. My stack file is as follows: ```yml version: "3" services: nginx: image: ${registry}/siteipc_nginx:develop-dev volumes: - nfs_codebase:/var/www/html/ - nginx_logs:/var/log/nginx/...
Hi, I believe that since https://github.com/wagtail/wagtail/pull/7385 this is no longer an issue, is that right?