Tony Trinh
Tony Trinh
I tried rebasing this onto master, but it did not compile (symbol not found, bad `@Override`, etc.). Can you please rebase? See [wip/pr40](https://github.com/qos-ch/logback-extensions/tree/wip/pr40).
I'm a bit preoccupied, but I'll look into it this weekend.
I've added parsers for the following fields: - %caller - %class - %contextName - %line - %logger - %method - %thread While unit tests exist for these fields, there might...
Interestingly, the unit tests actually indicate this might be by design: [iron-icon.html#L171](https://github.com/PolymerElements/iron-icon/blob/4722a97/test/iron-icon.html#L171) > `test('will display the icon if both icon and src are set', function() {` Which is wrong? docs?...
Here's a workaround I'm using: ``` javascript _patchIronIcons: function() { // give precedence to `src` var icons = this.querySelectorAll('iron-icon'); [].slice.call(icons).forEach(function(icon) { if (icon.src && icon.icon) { icon.icon = null; }...
@valentinpalkovic The PR's branch could still be checked out locally. I've copied the PR as-is to #27529.
The bug seems to have resurfaced, as seen in the original sandbox link and newly created Vue sandboxes with similar unit tests. stacktrace TypeError: Cannot read property 'Ctor' of undefined...
@chmontgomery I just tried the `gulp4` branch, but the description doesn't appear in `gulp help`. I used your exact example with the `clean` task (setting the `description` property of the...