JR
JR
Manjaro/Arch x86_64, splatmoji-git is `r92.b8d14b4-1`. splatmoji text is small and difficult to read on laptop screens with very high resolutions. On my laptop I use a desktop environment-wide scaling of...
Manjaro Linux x86_64, with high DPI and KDE scaling set to 1.5. The text is too long to fit the window, and I cannot resize it to be able to...
Manjaro/Arch x86_64, `dscanner-git` v0.11.0-1-g2963358 from AUR. I have a clone of a repo that `dscanner --styleCheck` throws a UTFException on, and I can't seem to determine why. Making a clean...
import std.stdio; void main(string[] args) { enum sorry = "iͥͥmͫ sorͬͬrͬy"; foreach (c; sorry) { writefln("%3d; %c", c, c); } } https://run.dlang.io/is/IIh3Gt Unsure if this is a bug or just...
Manjaro/Arch x86_64, dmd 2.091.0, ddox 0.16.13 fetched and built via dub. My project uses `x:ddoxTool "scod"` for generating documentation and it stopped working at some point recently, perhaps with updates...
Manjaro/Arch Linux, x86_64. Modelio from AUR, `modelio-bin` version 5.3.1-0. The machine is a 4k (HiDPI) laptop (3840x2400) with 2x scaling done by the KWin Wayland compositor. When I start the...
Arch/EndeavourOS x86_64, dmd 2.105.0, ldc v1.35-beta1, dscanner v0.15.2 from dub. dscanner errors out when performing a style check on my project. I am unsure of whether the fault lies in...
### System information - **dub version**: 1.34.0 - **OS Platform and distribution**: EndeavourOS/Arch Linux x86_64 - **compiler version**: dmd 2.105.0 ### Bug Description When building a package with `-b docs`,...
### System information - **dub version**: 1.32.1 - **OS Platform and distribution**: Manjaro/Arch x86_64 - **compiler version** ldc 1.32.1, dmd 2.104.0 ### Bug Description It is not possible to query...
EndeavourOS/Arch x86_64, requests v2.1.3. When sending a POST with a body, a `Content-Length` header is not automatically added, even when posting a string (which is not chunked and has a...