Melissa

Results 211 comments of Melissa
trafficstars

Alright, but do binaries compiled with that run in the client?

I actually don't have any driver issues with the chroot. I can run our game just fine, even with a weird bumblebee/optirun set-up. Either way, it would be nice to...

Hum.. is that in the Steam client? Will that ship to our customers?

It's getting increasingly more important to get gcc updated. :(

Are there any blockers (unrelated to Moby) to get this PR merged into Docker CLI? I think this would make the `--format` option for `docker ps` a lot more powerful.

Visual Studio 2022 [came out today](https://devblogs.microsoft.com/visualstudio/visual-studio-2022-now-available/), which claims to have proper C++20 support. Is a MetaString rewrite still planned? 👼

Perhaps use something like CMake/PreMake/GENie to build DPF, so that projects can be generated for whatever platform. If implemented well, you could make plugins that use DPF pretty easily by...

No, it doesn’t work like a project template system. It merely provides an easy way for cross-platform project generation. The source files will still need to manually be written.

There's a problem here - if a header file changes, then the cpp files that include the header file would need to re-compile as well. Not sure if I want...

I've added a `--verbose` flag with 970ccdba5ae7f23af5516b61ec9f10f4e59d6c14 which lets us see the actual compiler commands that are being run. Not exactly what I had in mind, but perhaps something can...