pinggit

Results 67 comments of pinggit

风格可以改。我弄好了整本,但是asciidoc格式,可以方便的转换成所有格式。需要我发你个PR不? ![image](https://user-images.githubusercontent.com/2038044/71551138-7e1afb80-29ad-11ea-87c6-227edc5f34c0.png)

>run-wsl-file.exe can run any .sh (or any others like .py .pl) script files in wsl-terminal, so I think in cmd.exe console, I can type: run-wsl-file.exe myfile.sh , to run a...

I tried this: https://github.com/mskyaxl/wsl-terminal/issues/130 but not working well... I got this error messages when starting a new wsl-terminal: `manpath: can't set the locale; make sure $LC_* and $LANG are correct`

I think ideally if the "GistID" in visually selected text is taking the precedence it will be perfect. so form same file one can publish many different gist, each with...

hi @dannyvernals 1. can you give a full example of using ssl in contrail setup so I will test it out? e.g. how to generate these set_ssl_envs values and how...

hi @dannyvernals , thanks! for (1) I got it now. for (2), I meant how do I enable ssl in contrail? just want to verify it quickly in my setup....

thanks Danny! I tested the script with ssl support in my setup without enabling the ssl, and I don't see a problem. however I can't test with ssl. and currently...

我看了下那个文件,貌似对requests的版本有concern,不懂。 直接把那段offending code粗暴注释掉就解决了。。。快别说不支持cygwin -- 支持的比linux好。 ''' 45 gaecontrib = None 46 #if requests.__build__ < 0x021000: 47 # gaecontrib = None 48 #else: 49 # try: 50 # from requests.packages.urllib3.contrib import...

it work! thank you. I'll test it more and close this one soon.

Thanks for the trick. right now I have disabled the default mapping and use these 2 maps, first map for single line, 2nd map for visual mode. they work. ```...