Haroen Viaene

Results 907 comments of Haroen Viaene

Travis would be nice too

Yes, a colleague of mine will get back to you in a few hours. You can create a React DocSearch component like this one: https://github.com/facebook/immutable-js/blob/master/pages/src/docs/src/DocSearch.js or this one: https://github.com/reactjs/reactjs.org/blob/master/src/components/LayoutHeader/DocSearch.js

I just saw it's also possible to directly ask for the raw text or rendered html. Maybe that could be even better? https://developer.github.com/v3/repos/contents/#custom-media-types

Using `.set('Accept','application/vnd.github.v3.raw')` didn't work properly for me (got back an empty body), while it did work with cURL. Maybe you have more luck trying it out?

https://badginator.herokuapp.com/haroenv/holmes.svg also displays 0 while there actually are a whole full 4 badges on https://github.com/haroenv/holmes

Default branch would seem useful, and probably just changing a url parameter here https://github.com/defunctzombie/badginator/blob/master/index.js#L173

GitHub has an API call for the README: https://developer.github.com/v3/repos/contents/#get-the-readme

thanks! Looks like their conditionals are with `if`, but I don't see an obvious way of reproducing it see: https://help.github.com/en/articles/workflow-syntax-for-github-actions#jobsjob_idstepsif

That looks useful, thanks for investigating!

That’s nice, makes a lot more sense