Erwan d'Orgeville
Erwan d'Orgeville
Hi @jo, the issue is still present in 15.0.0. Let me know if you want me to create a PR
Not a showstopper for me, our current `ObjectId` workaround will do in the meantime. Thanks for the update, good luck for 5.0 release 🙏
You can also mount the host `/etc/hostname` inside the container as described in the README: https://github.com/gliderlabs/logspout#using-logspout-in-a-swarm ``` version: "3" networks: logging: services: logspout: image: gliderlabs/logspout:latest networks: - logging volumes: -...
Re-commenting here after discussion on #2177 that shallow merges `docker-compose.dev.yml`: Using `docker-compose`, you can specify multiple yml files using the `-f` flag. It uses a recursive merge as described here:...
Hi, Any update on this? Facing the same issue.
Be sure to have the option attribute set in your HTML : ``` html ```
I'm having the same issue, using `new Date()` returns the UTC time instead of local time: ``` const currentDate = new Date() console.log(currentDate.getTimezoneOffset()) // returns 0 instead of 300 for...
I tried adding a `Device configuration` environment variable but it gives this error:   Instead, I set a `Device variable`:   Still doesn't work. I put together a...
Hi @phil-d-wilson, just pinging in case this one slipped through the cracks. Totally fine if you're busy. Thanks! 🙂