Results 5 comments of Sven Dunemann

@DarshitaPadaria maybe this will fit your needs https://github.com/pivotal/LicenseFinder/pull/735

Upvote for having emojis in yaml files. It's 2020, emojis are basically everywhere. Would be nice to have this supported.

```ruby "bar" => Base64.decode64(foo.content) + "baz" ``` should be ```ruby "bar" => Base64.decode64(bar.content) + "baz" ```

https://reactjs.org/docs/typechecking-with-proptypes.html > Note: > > React.PropTypes has moved into a different package since React v15.5. Please use the prop-types library instead. Also react router now uses history.push https://github.com/ReactTraining/react-router/blob/master/packages/react-router-dom/modules/Link.js

Currently I have the same issue, using Qt 5.9.4 and latest linuxdeploymentqt. But working with `-exclude-libs` argument seems not to be an option for me, because then my little WebEngine...