Travis Fischer
Travis Fischer
> In short, awesome-lint will need a lot of work to be production-ready and nobody has been willing to do it. Are you? Yes :) See my first [PR](https://github.com/sindresorhus/awesome-lint/pull/22) for...
I've also run into this exact issue and it resulted in accidentally pushing unencrypted secrets.
My guess is these links aren't responding to HEAD and are taking too long to respond to GET requests, but further investigation is needed.
I'm considering increasing the default `10000ms` **timeout** to something larger like `30000ms` since I'm really not sure what else can be done in terms of retries or robustness logic. There...
Okay; I've update the default timeout to `30000` ms and released [v1.1.6](https://github.com/transitive-bullshit/check-links/releases/tag/v1.1.6). If anyone else has any ideas on how to improve robustness for mitigating false negatives, please follow up...
Thanks @mischah will investigate what's going on when I have some time. It's entirely possible that `vimeo` and other media hosting sites blacklist certain cloud provider IPs like AWS where...
Just stumbled onto this project.. I think it has a lot of potential. The biggest painpoint of MEAN stacks today is the fragmentation around different ways of creating RESTful interfaces...
Just want to avoid this [issue](http://xkcd.com/927/) :) that being said, the more people trying to find a solution to this very relevant problem the better!
Hey hey, I'm a huge fan of this project. I was previously using a similar project of mine [functional-typescript](https://github.com/transitive-bullshit/functional-typescript) which also extracts a JSON Schema => OpenAPI spec from TS...
See my answer to #5 for a workaround. @nagix you should really add an `import 'roughjs'` to the `main` and `module` outputs of this lib (totally fine for the standalone...