Christoph M. Becker
Christoph M. Becker
I had a look at this again, and apparently, there is almost no CSS involved (except for [style.css](https://github.com/php/phd/blob/673b2dab11883de1f93ce74683b628e26865cce2/phpdotnet/phd/Package/PHP/CHM.php#L250-L254)). Instead, the problem seems to be related to the `` elements; on...
I have manually replaced all `var(…)` in the stylesheets with their values, and removed the `:root` selector. Afterwards, HTML help workshop did no longer complain about the stylesheets, and here...
@splitbrain, I haven't checked, but I think this is caused by 703ead5a26a57cd4de03e4a9d978646b01107ee5. @Girgias, it may be sensible to elevate this change: > The maximum precision that can be handled by...
Well, the rounding changes might have been a bit rushed, but considering https://3v4l.org/YbUMA#v8.4.1, I think it doesn't only fix weird edge cases. I mean, I'm telling `round()` to give me...
For reference for others: [RFC](https://wiki.php.net/rfc/change_the_edge_case_of_round), [discussion](https://externals.io/message/121440), [voting discussion](https://externals.io/message/121794). Anyhow, transferring to doc-en.
Indeed, all four MinGW CI jobs are failing because of this. I do not understand, though, what this test is really supposed to be testing. The comment is https://github.com/libgd/libgd/blob/6e42ee80eb3bcf840c9fc03c6adc0550c1e02c63/tests/heif/heif_read.c#L2-L3 but...
The issue has been resolved upstream, and the MinGW builds (using libheif 1.19.5-2) are green again (one fails for another test case), so I'd close this issue if the test...
> if the test wasn't failing for me locally Actually another test fails for me (heif_im2im), so I consider this issue to be resolved.
POSIX is pretty clear here: > If domainname is a null pointer, textdomain() shall return a pointer to the string containing the current text domain. and > If domainname is...
Okay, but than musl could (and likely should) return `UTF-8`.