Ben
Ben
### A small problem at 'Combining searching and extracting' section Under Example of `Details: http://source.sakaiproject.org/viewsvn/?view=rev&rev=39772`. There is an extra period character in the regular expression `'^Details:.*rev=([0-9.]+)'`. As you explained in...
Hi jwhited! The plugin is really helpful, thanks for your great work! But I met a problem that sometimes p2p fails. Like what you described in your blog, I have...
Hi, guys! I found bash could support non-decimal number, while shellcheck treats them to be warning. example code: ```bash if [[ 0x1 -le 0x2 ]];then echo true else echo false...