phoppermann
phoppermann
to avoid potential name clashes e.g. in https://github.com/open-dis/open-dis-cpp/blob/a9f9f26cb5eff47235559135f39c47ac57a82add/src/dis6/AcknowledgePdu.h#L2 `ACKNOWLEDGEPDU_H` to `DIS_ACKNOWLEDGEPDU_H` alternatively: use `#pragma once`
e.g. in https://github.com/open-dis/open-dis-cpp/blob/a9f9f26cb5eff47235559135f39c47ac57a82add/src/dis6/AcknowledgePdu.cpp#L1 `#include ` to `#include "AcknowledgePdu.h"`
I did `distrobox stop` and then `distrobox enter`. This triggered `distrobox-init` (incl. password setup). Is this the intended behavior? My expectation was that init happens only once after create. I'm...
**Describe the bug** When creating a distrobox with a custom home directory, X windows do not open anymore when ssh-ing to the distrobox host. **To Reproduce** - create distrobox with...
**Describe the bug** In a workspace with multiple folders, settings in `settings.json` are ignored. **Code example** settings.json: ```json { "doxdocgen.c.commentPrefix": "/// ", "doxdocgen.c.firstLine": "///", "doxdocgen.c.lastLine": "///", "doxdocgen.c.triggerSequence": "///" } ```...