Yong-Siang Shih

Results 35 comments of Yong-Siang Shih

That's good news! But one thing to notice is that as more features are added, full support for remote mode would become more complicated. See https://github.com/daa84/neovim-gtk/issues/21.

I think it would be exciting to have this feature. One of the major reasons people use vim/emacs is exactly because they need to work on a remote machine and...

I also encounter the same issue when booting with Wayland on Ubuntu 20.04. Adding `~/.Xauthority` doesn't fix it for me, either. The error message I found in the log is...

I found a simple workaround to prevent the crash. If we add a `time.sleep(...)` before the following line, it no longer crashes. https://github.com/slgobinath/SafeEyes/blob/541f39fdc0d4e290d897da0c6498e355b444d0e2/safeeyes/ui/break_screen.py#L47

> Re. "quirk": It's a design choice. Think about it: if there were two fields, ALL the operations on price (and cost) would have to be using custom operators in...

> That would break compatibility with a lot of existing code. I think it is possible to avoid breaking compatibility by providing a `getter` for the original `price` field. Whenever...

It seems like a Pytorch implementation is not really available in that repo https://github.com/arthurmensch/didyprog/issues/5. So maybe this should be reopened?

It seems that there is a snap package for grv made available by a someone from Canonical: https://snapcraft.io/grv. But this particular version could not execute git commands probably because of...

@alessanderbotti It appears the only reason it fails is because the PyPI package is not updated. If you use the code in develop branch. It is runnable.

現在用 Neovim 應該很容易做到了 !? https://pynvim.readthedocs.io/en/latest/index.html 感覺 vim + 中文輸入一直很難用,ime.vim 確實是不錯的想法