Michael Grant

Results 6 issues of Michael Grant

I'd like to have a way to do the reverse of dnstwist. I'd like to be able to give it a domain name like tes1a.com and have it tell me...

I'm using mailparser to grab the html from an email and then create an image using puppeteer. With URLs that are missing the 'http://' or 'https://' protocol scheme, the image...

no-issue-activity

I'm trying to sync 2 google calendars. When I run `vdirsyncer discover calendar`, I am asked the following: ``` warning: No collection "[email protected]" found for storage gmail2_calendar. Should vdirsyncer attempt...

mod: Google

#### Feature request type fail2ban-client unban should print what it unbanned. #### Description Currently, `fail2ban-client unban 1.2.3.4` prints the number of ip addresses it unbanned. If 1.2.3.4 is currently banned,...

enhancement

Set up KiTTY to send stdout to ansi printer as per http://www.9bis.net/kitty/index.html#!pages/StdoutToClipboard.md Create the bash function as directed: ``` % function wcl { echo -ne '\e''[5i' cat $* echo -ne...

1. in compress, you should expand the ip address first in case it's not really fully expanded 2. you're missing a `0:0:0` case Here's a context diff for the fix,...