Paul Nicholls
Paul Nicholls
We're seeing the same thing - 100% CPU usage when running logspout (pumping to logstash). Enabling logspout's debug logs showed rapid repetition of log entries such as: ``` 21/07/2017 11:57:202017/07/20...
@garceri, we're currently running Docker 17.03 CE, though we're looking at upgrading to 17.06 CE in the near future.
This PR seems to predate the shift to module imports, so I've submitted a PR to @markdicksonjr to address the linting error from destructuring the Ember global. That should result...
@tpetrone It'd be up to @miguelcobain to merge this - though #934 is a rebased/updated version of this PR, so would be a better option. It looks as though some...
This issue also affects some other types of input, notably `type="color"`. As a workaround, you should be able to apply the `md-input-has-value` CSS class to the paper-input. That should force...
Rebased onto latest master.
Can you please update to ember-paper `v1.0.0-beta.8` (or `master`) and see if your problem persists, @BobrImperator? The `resetInput` method doesn't exist any more, so this issue may be at least...
This looks as though it may be limited to Safari (iOS) - a bit of quick testing found that it seems to work fine in Chrome on both Android and...
To clarify this issue slightly (as I wasn't sure at first), the issue is that the "Not found. Click to add" prompt is not shown if your searchText matches an...
I just had this mysteriously start happening to a previously-working `ember serve` run configuration, which left me scratching my head furiously for a while. I ended up comparing the `.idea/workspace.xml`...