Erwan d'Orgeville

Results 34 comments of 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: ![image](https://user-images.githubusercontent.com/2685884/109993097-f24fde00-7cd9-11eb-9ba2-17c6f5f35b27.png) ![image](https://user-images.githubusercontent.com/2685884/109992878-b1f06000-7cd9-11eb-9427-6fb4acbcd0c2.png) Instead, I set a `Device variable`: ![image](https://user-images.githubusercontent.com/2685884/109993024-df3d0e00-7cd9-11eb-9171-7b843f969d63.png) ![image](https://user-images.githubusercontent.com/2685884/109993075-ea903980-7cd9-11eb-8671-9642ed3ee05b.png) 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! 🙂