Kenta Murata

Results 124 comments of Kenta Murata

From the result with non-optimized ruby, `rb_check_typeddata` doesn't seem to be the main bottleneck.

See https://github.com/sonots/cumo

@masa How about `Numo::NArray.zeros_like(b)`?

I've create a pull-request to add `Colors::Xterm256` in red-colors gem. I'll add color blending support in `red-colors` gem later. We need to define how to blend the ANSI 16 colors...

@nanobowers Thank you for reminding your pull-request. @kojix2 As I mention in the pull-request, I need more time to find the appropriate distance function for deciding closest color.

Moreover, we need to decide how to blend two or more colors. Maybe we need a way to specify the terminal background color.

@Nakilon Is your computer Mac? I can see this issue. I use Chrome on MacBook Pro. ![image](https://user-images.githubusercontent.com/3959/150349102-e319f03b-f6a3-4a50-a815-4e9cafcefa20.png)

I investigated what was going on in my environment, then I found some information. First, the Braille glyphs were rendered with Apple Braille font. ![image](https://user-images.githubusercontent.com/3959/150351372-bef11d3e-98bf-4844-91d2-4f14719fc22c.png) Second, Apple Braille font has...

I found that this issue does not occur on Safari. ![image](https://user-images.githubusercontent.com/3959/150354292-29328495-b51b-46d7-9e73-430b667f31b3.png)

I want to investigate the library and consider what should I do.