Adrian Günter

Results 22 comments of Adrian Günter

This has been broken as of `v2.8.0`, presumably caused by [this commit](https://github.com/docker/compose/commit/e9c8cfcef3a51b2270fb0164ec0d4ce41b22b603)

@madhavajay No, I've built both `v2.8.0` and `v2.9.0` from source and both have the same behavior. It has not been reverted and judging from Ulysses' comment there appears to be...

Why not use the same syntax as systemd and prefix optional environment files with a hyphen? ```yaml env_file: - ./some-file.env - -./some-nonexistent-file.env ``` See: https://www.freedesktop.org/software/systemd/man/systemd.exec.html#EnvironmentFile=

@dmaicher It's a maintenance nightmare with a DDD-like structure. Surely _something_ could be done to ease the burden?

Is there a known solution to this? I'm running into the same problem with PHP 8.1.10 on Alpine 3.16. I also have `lapack-dev` installed.

@Kabingeran Why would anyone message you privately to discuss this topic? Just post your solution here if you have one

@epoxa Yeah, I don't know why they're being so cryptic. There's definitely a general purpose solution to this, so if they've solved it I wish they'd just share it with...

Most things can be generalized to a certain degree, though, and I'm sure that is the case here as well. You're being intentionally cryptic for some strange reason.

I've given up on using `device_info`/`platform_device_id` as dependencies. They both appear deprecated and abandoned. Just use `device_info_plus` (for iOS ID) in conjunction with `android_id`.

FYI I decided to implement the "beforeunload" handler and rework this a bit, so I've converted to it to a draft for the moment. I'll submit a revision and switch...