Peter Dave Hello

Results 584 comments of Peter Dave Hello

@peterbe here are some popular licenses: https://opensource.org/licenses, and I believe this website can help you decide: http://choosealicense.com/, one of the key points is if you allow the forks close source...

I think we'll only host the client side codes, the license changing is fine, we'll only display the latest one on CDNJS.

@peterbe maybe you'll like to remove the old license file? ➡️ https://github.com/peterbe/autocompeter/blob/master/LICENSE

Seems I got the same problem, but LinX 0.6.4 works very well, I knew it's linpack's problem, but if LinX can includes the version which works with most of the...

The workaround provided by @brandones works on non-redirected links 👍 For those links with `301`/`302` redirection, will still get `403` and end up in dead status here 😅 (I missed...

@soliton4 would you like to take a look? Thanks.

What's the version of your bash_completion?

I have no problem. Is this the same with your 35th line in `bash_completion`? ``` bash if [[ ${BASH_COMPLETION_DEBUG-} ]]; then set -v else set +v fi ```