Jongwook Choi
Jongwook Choi
Yes, I had thought that it is so obvious; but somehow I also feel the necessity for documentation somewhere (not on the code but on README or somewhere else, as...
May I ask what is the main purpose of emitting the data json? All the data is given as 'text' actually too.
I still don't quite understand. The JSON response is an array of still ANSI-coded gpustat output, right? Why do you need them in the first place?
Thanks for your contribution. But why not SSH? Password is not good for security.
This seems to be a solution: https://stackoverflow.com/questions/45907833/python-asyncio-how-to-listen-ipv4-and-ipv6-by-using-one-socket. Can you please try it would work for you?
You can simply configure `winbar` to use nvim-gps. nvim-gps is a statusline component, so how to use it for winbar, statusline, tabline, etc., is up to users or other plugins....
> However, `winbar` won't be updated automatically as `statusline` when we move cursor, so it seems we need to use `autocmd CursorMoved * ` to update it. @rockyzhang24 No, that's...
Relevant lines: `autoload/ultest/output.vim`, function `s:NvimOpenFloat`. There is no such options yet and it is simply set to the content height. Some options like `max_height` should be added.
There are two bugs around. With the following test suite: ``` import sys import pytest class TestA: def testFoo(self): assert False def test_bar(self): assert False ``` It can detect only...
For the first one, test pattern are specified in `g:test#python#patterns` (or `g:ultest_patterns`). This can be confirmed by checking: ``` echo ultest#adapter#get_patterns(CURRENT_FILE_NAME) ``` For python, we by default have `test_` pattern,...