Paul (Youngwook) Kwon

Results 15 comments of Paul (Youngwook) Kwon

I've been using `semshi` without any problem, but I setup neovim to my new Ubuntu 18.04 computer today and I got similar error about "pynvim.api.common.NvimError" when opening a .py file:...

@Lugges991 I think I found a solution. This issue seems also related to https://github.com/numirias/semshi/issues/17. In my case, I upgraded neovim to v0.4.3 and the error disappeared. For information, to upgrade...

I have the same issue. When I hit `/` and paste a string from my clipboard (shfit+ctrl+v in my terminal), the string goes directly into the buffer. With the original...

I also confirmed the same behavior on Ubuntu 16.04, Neovim 0.4.3. Could anyone please suggest/advise?

Just in case, I'm uploading GIF to show the behavior ![Screencast-2020-03-13T04:54:21-07:00](https://user-images.githubusercontent.com/18429284/76619569-710ba400-64e8-11ea-91c6-f26284cbf882.gif) 1. I showed copy/paste works well (`copy paste works` text). 2. I copied a word copy. (please ignore blue...

In Ubuntu 18.04 and neovim v0.4.2 , I'm having the same error (after sign in). For me, the problem is, if I use the "~/.local/share/python_keyring/keyringrc.cfg" solution, I get an error...

@haydengunraj , Thanks for explanation. I was mistakenly confused with the `keepdims`. So, if `tf.image.resize_biliear` converts `A=Nx1x1xC` to `B=NxHxWxC`, isn't the all HxW values are same with the 1x1 number...

Related to the above question, I think points' channel info also missing. The codes below show the issue: ``` file_path = '../lyft/train/lidar/host-a009_lidar1_1236020739601140606.bin' lyft_points = load_pcl(file_path) ​ file_path = '../nuscenes/trainval/samples/LIDAR_TOP/n015-2018-08-01-16-32-59+0800__LIDAR_TOP__1533112832196540.pcd.bin' nuscenes_points...

Thanks for this plugin. While I was looking for twin-word highlighting, there seems lots of solutions and this seems the most matured one with configuration. I'm quite new to vim,...

When I ran `$ python ./tools/demo.py --model ./VGGnet_fast_rcnn_iter_70000.ckpt`, I had exactly the same error `cudaCheckError() failed : invalid device function` I tried to follow having the `sm_37` in `lib/make.sh` and...