Marcio Galli aka Taboca
Marcio Galli aka Taboca
Same here, just got a new Digital Ocean machine with Ubuntu as pointed above and stalls.
I noticed a quit trouble with my case of a browser-kyosk project. It happened after about 300 executions. I am using Linux, Ubuntu 14+ with: ``` "electron-prebuilt": "^1.3.8", "spectron": "~3.4.0"...
I wonder if the chromedriver could be a reason here - mainly because I found this http://stackoverflow.com/questions/34563724/how-to-make-sure-only-single-chromedriver-exe-instance-is-running-in-background. And then it would be interesting to know exactly if spectron truly have...
It seems to be something else. I have forked https://github.com/taboca/mongo-express-docker changed the variable but didn't work.
All right — this is back on track. I believe that a lot of people are having the problem of "connection refused" when Mongo Express attempts to connect with Mongo...
I am thinking about the following solution, that can be used from Docker Compose using environment variables: ``` environment: ME_CONFIG_MONGODB_SERVER: tabocalabs.remotebot.mongo ME_CONFIG_MONGODB_SERVER_WAIT_MAX_TRIES: 30 ``` Using the same prefix "ME_CONFIG_MONGODB_SERVER" to...
Hi @Yivan, would you be able to check if you problem may relate to this? https://github.com/mongo-express/mongo-express-docker/issues/52
Hi @mittkongg — are you trying to make Mongo Express to connect with Mongo server with a docker-compose script? If so, do you think you can try to check if...
Here is how I end up handling, adding exception handling code, to the "third-party" browser client code, simply aimed at taking care of unknown popups that could be displayed https://github.com/taboca/electron-monitor/commit/717e8e017384dbdb62769365fa888e86314369ed...
Hum. Have you installed it locally? Which flash you are using?