Brett Uglow
Brett Uglow
@codeNoobie Please raise a PR containing the functionality you require.
Hi @rpocklin , the use of fix|feat to trigger builds is a pretty core concept to the "conventional commits" convention. It's baked into most of the semantic-release tooling that I've...
Thanks for sending through supporting doc. I'm not against allowing people to use their own configuration, but I do think the current defaults should remain the current defaults. In https://github.com/BublTechnology/customizable-commit-analyzer,...
Hi @RayLover , Regarding 1), there is an `--embed-exif` [option available](https://thumbsup.github.io/docs/3-configuration/website-settings/) which shows up in the detail-view of the image (press the "i" button) Cheers, Brett
Apologies - here is the right link: https://thumbsup.github.io/docs/3-configuration/cheat-sheet/ i incorrectly assumed that all of the Website options were documented on the previous link, but they are not.
@RayLover I'm not sure why it doesn't show. I am a fellow-user like yourself! 😄
That’s ok. Would a dropdown list also work?
@stephanebouget & ChartJS contributors, would you accept a PR for this feature if someone put it together?
I got the same error "Could not load Travis CI config for endpoint.". So I tried logging in to Travis CI with my GitHub account and was redirected to https://api.travis-ci.org/auth/handshake/github?redirect_uri=https://travis-ci.org/,...
For Webpack 2 users, this is a deal-breaker for using Bootstrap-stylus. Webpack 2 config (webpack 2.1.0-beta.21) ``` { test:/\.(styl)/, loader: ExtractTextPlugin.extract({fallbackLoader: 'style-loader', loader: 'css-loader!postcss-loader!stylus-loader?paths=node_modules/bootstrap-styl'}) } // Note that the above...