pinggit

Results 55 issues of pinggit

say for python I want REPL to be ipython3, I've defined this in vimrc ``` let g:reply_repls = { 'python': ['ipython3'] } ``` still I got: ``` reply.vim: No REPL...

when I send: ``` :JiraVimBoardOpen TEST ``` I got: ``` Error detected while processing function 39_JiraVimBoardOpen[3]..check#CheckStorageSession[5]..load_function#LoadS essionStorage: line 7: WARNING:root:HTTPSConnectionPool(host='contrail-jws.atlassian.net', port=443): Max retries exceeded with url: /rest/api /2/serverInfo (Caused by...

regarding URL detection, I tested with this it doesn't work: image::https://user-images.githubusercontent.com/2038044/31581431-fdbc2ea2-b139-11e7-8f59-88843ab12cb7.png[] I have to manually break it like this and it works: image:: https://user-images.githubusercontent.com/2038044/31581431-fdbc2ea2-b139-11e7-8f59-88843ab12cb7.png[] according to the document it should...

with Flask 1.0.2 I run into errors. fixed by Flask 2.0.3 ``` Successfully installed Flask-1.0.2 Jinja2-3.1.2 MarkupSafe-2.1.1 Werkzeug-2.2.2 itsdangerous-2.1.2 [Pipeline] sh + python3 section_4/code/cd_pipeline/tests/test_flask_app.py Traceback (most recent call last): File...

each time I run Asyncrun, it wipes the previous outputs and displays the output of current run. sometime I need to check the output of previous run which I forgot...

in quickfix windows I press ?, it gives: ``` "ack_quick_help.txt" [New File] Error detected while processing function 213_QuickHelp: line 1: E385: search hit BOTTOM without match for: home ```

not working... I have this in my _config.yml file: ``` mermaid: src: '/usr/local/lib/node_modules/mermaid/src/mermaid.js' ``` it report: ``` ERROR `/usr/local/lib/node_modules/mermaid/src/mermaid.js' not found ``` but I do have this file in there....

after sending some lines, the expected behavior is the cursor moving forward so next line(s) can be send. currently the cursor always stay at the original position. is there a...

wontfix

sometime I want to use vimterminal as target, but some other time I prefer to use tmux. in my setup I set: ``` "when target is tmux let g:slime_target =...

wontfix

I'm trying to run something in the background like this: ``` -mode=term -pos=hide TASK >> running.log ``` so I only need to monitor the log file for the progress, this...