tgzhou98

Results 5 issues of tgzhou98

When I use asyncrun command `AsyncRun! g++ smart_ptr.cpp -std=c++14 -o smart_ptr` will the following error. ``` Bash : cannot set terminal process group. Inappropriate ioctl for device. Bash: no job...

The current implementation of spy() can only plot the heatmap of a matrix. Namely, we cannot specify the x-axis and y-axis value. https://github.com/GiovineItalia/Gadfly.jl/blob/b7e8693c0722ad83abf16e26b63f14f598097b9e/src/poetry.jl#L135 I try to hack with it using...

I'm not sure how much the work is. It just a feature request. When I use `r` to open terminal program, neovim shows the following error. ![image](https://user-images.githubusercontent.com/24786426/42419804-67b17d90-82ee-11e8-9e05-2353ec8b1c7c.png)

enhancement

I use neovim ``` NVIM v0.3.1-140-g336ce02a6 Build type: RelWithDebInfo LuaJIT 2.0.5 Compilation: /usr/bin/gcc-5 -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -DMIN_LOG_LEVEL=3 -Og -g -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wvla -fstack-protector-strong -fdiagnostics-color=auto...

I just run `~/.vim/plugged/YCM-Generator/config_gen.py .` in the root of the linux kernel project, but after 4 mins, the `make -i -j4` process is not finish. Why README says take ~...