obviliontsk
obviliontsk
Same issue for Windows 10. explainshell server container built from https://github.com/idank/explainshell
My source (aka https://github.com/idank/explainshell) don't have http api. Checked your source and it's working for me. Now have another issue. Old db and some cases not processed correctly, for example...
saw same error when used args dictionary as update method parameter, like this: redmine.issue.update(issue_id, **argsdict)). My mistake was in adding 'uploads' arg to dictionary: fileobj = {'path': BytesIO(fh.read()), 'content_type': content_type,...
Same for alt+shift+click/drag which selects text only in specific zone in many text editors and terminals. Pretty usefull if you need for example values only from 1 column in output.
Want to share additional snippet to jump between semantic zones with text selecting. Also slightly changed behaviour of copy_to() to use ctrl+c for copy+copy_mode closing, and y to copy without...
This is not a bug, that's shell feature. Issue should be closed. Several ways to fix it. 1. For ubuntu+bash fixed by "unbinding" `\C-v` in your ~/.inputc like this: ```...