Yoshiki Shibukawa

Results 25 issues of Yoshiki Shibukawa

README says there is -c option, but the tool doesn't have it.

Add better IME support (#41) to implement on-the-spot IME conversion. My code is based on #643. I added the following functions: - glfwSetPreeditCallback() : callback function to notify preedit text...

enhancement
macOS
Windows
X11

- [ ] Columnoptions: class -> interface - [ ] More strict Columnoptions. - [ ] Some classes changes to parametric to detect field name error. (e.g. ListGrid)

enhancement

The following code reproduces the issue I met. https://gist.github.com/shibukawa/44cb0529c492e0679e9c I am using one slice technique, deleting pointer member, described at here: https://github.com/golang/go/wiki/SliceTricks The result is different from Golang. Gopher.js overwrites...

bug

python3 images (both debian9 and debian10) contains manpage, document files. It seems useless because distroless doesn't provide shell access. These files are introduced with Python because they seem to be...

Use docker compose v2 (without hyphen) instead of v1 (with hyphen). https://docs.docker.com/compose/#compose-v2-and-the-new-docker-compose-command

Hi, README uses the following code snippet, but these API was removed when the latest Cypress v12 was releeased: ``` Cypress.Cookies.defaults({ preserve: cookieName }) ``` https://github.com/cypress-io/cypress/issues/21472 Official document says, use...

bug

gorilla's websocket package is removed from recommendation at https://github.com/golang/net/commit/ad92d3db360ba0127e5d4d17cc94b2bb4c09e168. When the recommendation was removed, Gorilla project didn't have any active maintainers and was inacitve, but the project got new maintainers...

1ファイルで全部の区分値を書くのは見通しが悪そうなので、"区分値フォルダ"を作り、ある程度のグループごとにファイルを分ける方向で。 概要部分の書き方が何通りかありそう。 標準的なmarkdown ```md - 目的: 画面のモードの切り替えに利用する - 物理名: user permission level ``` 説明リスト拡張(GitHubもQiitaも対応していない独自構文?) ```md 目的 : 画面のモードの切り替えに利用する 物理名 : user permission level ``` front matter。いろいろなものでメタデータに使われている。ただし、そのまま見るとちょっと見た目が悪い。中にはmarkdownでかくケースが多いが、別にどのフォーマットでも書ける。 ```md --- 目的: 画面のモードの切り替えに利用する...