marthjod

Results 4 issues of marthjod

Reproduce: On, e.g., http://localhost:19104/apps/cozy-contacts/#help, choose "Click here to export all your contacts as a vCard file: Export vCard file". Results in uncaught exception and cozy-light stopping: ``` warn - Cozy...

bug

The Docker image on https://hub.docker.com/r/spreed/webrtc/ still contains the entrypoint script using _/dev/random_ (https://github.com/strukturag/spreed-webrtc/commit/172ac704e3c8dfd63f34c8b0221dd630b295aabb), causing containers to block forever during startup in environments lacking randomness (VMs, for instance). Reproduce: ```bash docker...

Reproduce: Run `nodejs app.js` and watch `lsof -p | wc -l` increase with every gallery refresh. When the number of open file descriptors exceeds `ulimit -n`, _app.js_ will stop working...

_examples/app.js_ and _examples/basic.js_ bind to all interfaces by default (console log suggests otherwise). IMHO it's preferable to listen on localhost only by default.