KAMEDA Akihiro

Results 12 comments of KAMEDA Akihiro
trafficstars

`toPng` is now `toPNG`. See the related issue https://github.com/bigyuki/markdown-image-helper/issues/14#issuecomment-399403711

> The charset="iso-2022-jp" is supported unless there is a bug. To see the list of supported charset, select "View --> View Page Code Ids". There are 50220 and 50222 named...

>> There are 50220 and 50222 named "iso-2022-jp". However, in the right-click "encoding" menu, that detailed distinction is not found. Is there any mean to specify the detailed encoding? >...

sorry for my late reply, I'll prepare the sample tonight (12 hours later)

Thank you for v1.0.3.33 release. Mails in ISO-2022-jp is correctly rendered now :) I want to send some emails for testing but I can't make it openly available as it...

https://github.com/PowerShell/PSReadLine/blob/ad74cef2501709d2a60a58f61d7cac32d185209f/PSReadLine/Keys.cs#L295-L302 I'm facing the same problem. This practice is not only ugly but also problematic.

https://github.com/PowerShell/PSReadLine/blob/15850a4e2ec4c74e31c222403f741532a2f46571/PSReadLine/Keys.cs#L206-L220 To add `0x1D` (29) here will solve the problem. On the other hand, that constant should be available as `ConsoleKey.NonConvert` or such, so I added an issue to the...

I happened to find that using the new version of the Microsoft IME solve this problem in my environment. That IME had many bugs and I've used the previous version...

I have three PCs (two Win10 and one Win 11), and all the devices are now free from this problem thanks to the new version of Microsoft IME. The key...

I found the solution, `toPng` is now `toPNG`. [Electron has been upgraded to version 2.0 in atom 1.28.0](https://github.com/atom/atom/releases) and [The \(deprecated\) NativeImage\.toPng was removed in 2\.0\.0](https://github.com/electron/electron/issues/13169).