Matthias Klumpp
Matthias Klumpp
Hi! This PR adds an extremely basic script that just runs `btrfs device stats --check` on all btrfs filesystems every hour and sends an email to a user-defined address (most...
Hi! After a bunch of unsuccessful attempts at trying to solve this in gir-to-d and finding no issue, I am pretty sure that this is some kind of compiler issue...
This is a proposal for splitting the release information out of the main MetaInfo files for applications, to allow them to be updated independently. This, if implemented, would be a...
Hi! I played around with the new system-wide dub packages (#838) feature recently, and unfortunately it doesn't seem to work right yet. Dub tries to write into paths like `/usr/include/d/test-1.0/test/.dub/`,...
Hi! This PR contains the specification for a "new" metadata format that contains release descriptions. Having them split out of the main metainfo file allows them to be updated independently...
Hi! [Flatpak](https://flatpak.org/) is a widely supported bundling system on Linux, which makes it possible to "freeze" and app with its dependencies, deploy it easily to pretty much any Linux distribution,...
### System information - **dub version**: 1.30 & master - **OS Platform and distribution**: Linux (Debian) - **compiler version** gdc 12.2.0 ### Bug Description When trying to compile dub using...
As per issue #811 it would be nice to have a `dub install` command to install the built binary/shared|static library and accompanying data files into a standard directory hierarchy used...
I think mustache-d was one of the first D projects to have a Meson build definition, and it's showing its age - for example, by only allowing to build a...
Hi! First of all, thank you for this gem of D code! It has saved me a lot of work already! To display database content on multiple pages, I need...