Yuki Ito

Results 45 comments of Yuki Ito

Related to pum icons being cut off? ![image](https://user-images.githubusercontent.com/1362750/175918220-3efe573f-bbd1-4903-af7c-554051670af7.png)

I encountered this issue despite I use `--server` option. ![image](https://user-images.githubusercontent.com/1362750/151272831-9a53428c-f1d4-40ac-a24c-8f664ce5ce06.png) I can't use Goneovim with the neovim in WSL2.

Hi, I'm encountering similar issue. FVim can't render `❯`. ![image](https://user-images.githubusercontent.com/1362750/171981968-6b8bca70-e96a-481e-b0cf-6d36b9fd1ccf.png) Similar to #8 situation, neovim-qt can render the character correctly with same guifont setting. My guifont: `set guifont=Source\ Code\ Pro`...

I can reproduce with Alt key. Alt + any character(e.g. Alt+a) causes same display destruction also on my machine. ![image](https://user-images.githubusercontent.com/1362750/179339860-23cd3b46-05d7-4cfd-a761-eef93afd28b2.png) - PowerShell 5.1 - WindowsTerminal 1.13 I assume it's same...

It works by `terminalizer record test-fish -d fish` for me but no cursor... ![render1567124654259](https://user-images.githubusercontent.com/1362750/63984992-86028600-cb08-11e9-9edc-32ab854db0de.gif) (With default configurations) ``` # The configurations that used for the recording, feel free to edit...

Same issue. Could anyone solve it?

I created minimal reproduction on Docker(build). protobuf: 1.0.3, protoc-gen-grpc-web: 1.0.3, typescript: latest(npm), grpc-web: latest(npm) protofile: [helloworld example](https://github.com/grpc/grpc-web/blob/master/net/grpc/gateway/examples/helloworld). ```Dockerfile FROM alpine RUN apk add curl git nodejs npm libc6-compat RUN curl...

> This is TypeScript, only the structure matters. In my opinion, but actually nobody want to treat non-Foo object as Foo instance. If we really want, we can create new...

Quick alternative: `find $(ghq root) -maxdepth 4 -type d -name .git -printf '%P\n' | xargs -n1 dirname` (Change `4` to your suitable value)