KATO Kanryu

Results 21 issues of KATO Kanryu

### Description: As everyone knows, fyne does not currently support IME. This is fundamentally caused by the fact that glfw does not support IME, and cannot be resolved by fyne's...

# summary @bjorndm has already posted a PR (https://github.com/go-gl/glfw/pull/371), but this is an independent implementation. I needed IME support with Fyne, and I solved this problem with go-gl/glfw. ## policy...

@rajveermalviya Hi, As recommended by the Go language, if a struct with methods satisfies an interface, you should indicate that in your code. So the code is like this. ```go...

Hi, I was looking for a window client library for Windows/Mac/Linux written in Go that people around the world can use with confidence, that is, can accurately input multiple languages...

hi, When I attempted to build your source code, I fixed it because compilation failed due to type error of asmized fn. There seems to be some warnings left, but...

Hi, I found your implementation looking for a simd implementation for PNG 's unfilter. I am currently investigating the implementation of depng_filter_ref, but your implementation uint8_t * u = NULL;...

ZipFileInfo64 have flags which means 'General purpose flags'. That contains 'Utf8Names' flag should be 0x0800 . if this flag is on, the filename should not be system localed, but UTF-8....

Add port for Qt6 #202 - The project format is qmake. - The CMake project files have not been modified. - All source code is being donated. ## Description -...

# Summary Crash on parsing a svg ## Problem Crash when number list ends with space character ## Example ```xml ``` ![Image](https://github.com/user-attachments/assets/79952014-e2ef-4e88-9561-bf6ec21265cf)

# Motivation I developed an application in Qt6 that displayed SVG, but the display was grossly inaccurate. Qt6 has its own implementation, but there is little room for improvement. So...