Robert Haist

Results 15 comments of Robert Haist

@Thaodan I used https://developer.microsoft.com/en-us/windows/downloads/virtual-machines

This might be a interesting source for not only Google but also other orgs domains: https://github.com/duckduckgo/tracker-radar/tree/main/entities [entities/Google LLC.json](https://github.com/duckduckgo/tracker-radar/blob/feffe1d908e57c077991826745aff18b01b7f525/entities/Google%20LLC.json#L4)

So it seems like `github.com/mattn/go-runewidth` depends on `github.com/rivo/uniseg` which requires Go 1.18. I guess you don't want to require that as a minimum version for [fiber-swagger](https://github.com/swaggo/fiber-swagger) ? Based on https://endoflife.date/go...

I did try and come up with a PR for this today but unfortunately after some extensive research into chromedp and the way it currently implements headless mode does not...

Both `aws.EndpointResolverWithOptionsFunc` and `aws. Endpoint` are now deprecated by AWS and the code should be updated. It seems like AWS makes it harder to use non-AWS services with their SDK...