Frederick Henderson

Results 101 comments of Frederick Henderson

> Hey @greggman - I've implemented this in my fork, if you'd like to have a look? https://github.com/alexlouden/broken-link-checker @alexlouden Thanks for your fork! I works well to lower the noise...

@anki-code Sorry, i think you misunderstood @nigelgbanks. mosh is not a terminal shell like fish, bash, zsh, etc. It is like ssh, a transfer protocol. It sets it connection up...

After testing that a mosh connection was possible to a host, I logged out and tried `xxh +c mosh hostname`, but got: **Unknown answer from host when getting realpath for...

Simple Clock is simply missing this feature. I am using the Google Clock app because it has this feature. It has a check box for repeat. Checking this shows the...

@jpritikin An easier solution to this is to make a IP address reservation on your router for your laptop in the routers DHCP server. This way the laptop will get...

I think that the de-duplication logic is a very good idea. I at times have seen duplicates of episodes for a feed. I think that this happens when the feed...

The lack of recursive spidering make this project unusable for my purpose of checking all links internal and external on a website. I am trying to find a replacement for...

@mre I am new to rust but it seemed pretty straight forward as to how to build from [Working on an Existing Cargo Package](https://doc.rust-lang.org/cargo/guide/working-on-an-existing-project.html). However I have run into an...

I dug through the `Cargo.lock` file for [reacherhq/check-if-email-exists](https://github.com/reacherhq/check-if-email-exists) and found [this line](https://github.com/reacherhq/check-if-email-exists/blob/bbf218ab5e8f379312d922763ce4c87dd66f4a69/Cargo.lock#L140) with the source for `async-smtp` ```rust source = "git+https://github.com/async-email/async-smtp?branch=master#0f1c4c6a565833f8c7fc314de84c4cbbc8da2b4a" ``` So it looks like the source for async-smtp...

Just found #189 which is the same issue I reported here as to why the build fails.