Tatsunori Uchino

Results 181 comments of Tatsunori Uchino

https://github.com/yuru7/moralerspace (テクスチャ・ヒーリングが現在使えない) https://github.com/yuru7/udev-gothic/releases (3:5幅:現行だと日本語の間にスペースが開く。日本語が多いと気になるかも) このようなフォントも今後は考慮する必要がありますね

![image](https://github.com/sakura-editor/sakura/assets/12870451/b71029b9-21fd-45dd-a6f3-d79d07970dc7) こういうようにすれば緩和できそうですね

サイズは 点数×1点のサイズ×更新回数なので、作って上げて放置スタイルなら何とかなるかもしれません。 LFS 検討はありかもです。 LFS化しない限り今更WebP化してもすでにあるPNGはサイズ圧迫したままです。

It uses the same API as Edge as of now. Intel CPU requires 11th Gen or later. (Chrome can play with older CPUs thanks to another API)

You can enable it in stable builds since 121 (#6930) ![image](https://github.com/Fyrd/caniuse/assets/12870451/b95adefc-9507-4b9c-a719-0601ac60af30) ![image](https://github.com/Fyrd/caniuse/assets/12870451/e8541047-1887-423f-b0fb-8aa94b94bc4c) 10-bit or higher colors are not playable.

@AlekseyTs > Is this a behavior change from legacy (native) VB compiler? This changes (optimizes) generated code, but will not change the behavior of generated code. This just reduces extra...

@AlekseyTs > Providing a link to a general documentation page is not the same as providing a rational behind the changes that you are proposing. `Math.Round` (also `Decimal.Round` for `Decimal`)...

@jaredpar - The change for `Math.Round(doubleValue, MidPointRounding.AwayFromZero))` reduces IL size because an extra unneccesary `Math.Round(Double)` can be omitted. The current `CInt` for double is equivalent to `(int)Math.Round(argument)` in C#. https://sharplab.io/#v2:C4LgTgrgdgNAJiA1AHwAICYCMBYAUKgBgAJVMAWAbj0JMwDoAZASygEcr8BmE9IgYSIBvPEVE9ew3GOm1OAHjgB7CACMANgFMAfEQDiG4AEkoABwjAAFAEoRM0ZLt2AZorAWlqzUQAeRALxEALQArHQEFD5EcgGh4ZGIAQR0mFZCto6OpJgkAOw+HBnSAL7phVm5RB7qGnQAchoA5gCGwEwAbhoAWhpgigWOJVKOpdJtTWBELGbA/noGxtPW/XYAskxwJooswABKylBwLA0A2gC6RAC265vbe9CHUA3MAM4zAccjjmsbW1C7+w8GnQACqKACiHVgn1W11+/3uRzoAEEAO5NACeADFehdur0YNCZN8bn87gdEaC8YoCUNCkRiXCyYCQYp6s1Wh1jE4WExgOiaXTRAzbgCKYoAAqKZ689oaLk8vkCwWnZYyUgATgshOkVx+IoRjxewGRajUFgu/i02scU3MJrNvj8OmtdIs2ysKxaAAs6EyLJ7gD6/d4YJcrKk/AE3X8Pd7fQCLCGLqkXYUAGRpy7+ALC0mix4sqmpwViAD8RGjwFjgfj939ceDoeTEaj7u8xZLRBARGAkA0HdENlphVS5YARAB5ADSY67RDHAHVeo8x4SrKrBkUgA...

> Analysis or demonstration of how the new code will be equivalent to the existing code. I don't see that here. It should have been proven in #26907. The logic...

Why have your team made a decision *not* to optimize for `Math.Round(Double, MidPointRounding)` or `Decimal` overloads? Is it because they are less frequent than those that have been optimized since...