Mamoru TASAKA
Mamoru TASAKA
個人的な意見としては: * `dev` を使われると、`alpha` の `a` とか `beta` の `b` よりも `d` の方が後ろなので、そのまま使うと `dev` から `beta` だとバージョンが巻き戻っているように判断されかねないので、好みではないんですよね... * (Fedoraのメンテナをやってますが、特にrpmのversioningでは上のように判断されるので、rpmのパッケージ化する時には結局別のversioningをしないといけない) * alpha, beta, rc はよく使われますが、これはalphabet 順にもなっている * 個人的には、GNOMEのように、奇数開発 + 偶数stable ,...
了解です。では alpha タグでお願いします。
CI failure is related to resolving nokogiri depdency and not related to this PR.
Since C operator precedence says `!=` is higher than `&` , the code ``` if (pfd.revents & POLLOUT != POLLOUT) ``` is interpreted as ``` if (pfd.revents & (POLLOUT !=...
>> ### Steps to Reproduce > > 1. using imagemagick 7.1.1-44 (`sudo pacman -U imagemagick-7.1.1.44-1-x86_64.pkg.tar.zst` on arch) > > 2. Take any pdf with an image inside (in my case...
Currently I have not investigated this further and have no idea how to fix this.