Patrick Nemenz
Patrick Nemenz
> @craPkit this is a nice feature would be great to see it merged 😄 > > I added support for nested attribute conditions and filters in #288, #294 and...
This error is sometimes reproducible by cancelling the deployment script (`sls deploy`). Deleting the build folder helps, occasionally.
It seems you can work around this issue using computed properties, like this: ``` Polymer({ properties: { errorMessage: { type: String, computed: '_initErrorMessage(localize)' }, }, _initErrorMessage: function(localize) { return localize('myMsg');...
Doesn't `this.localize('translationKey')` work outside of `ready()` anyway?
I signed it!
Check your styles! I have just encountered the same symptom while using iron-flex-layout classes on my top-level template content, which override the display property, no matter the state within iron-list....
I have just found a (rather complex) work-around that works with (my setup of) app-header-layout/app-header—as-is, without modifications—in most situations. (i.e. every state except scrolled + revealed). In a nutshell: remove...
> This usually means that the window doesn't start out with a meaningful title, so at the point where we begin tracking it the window title doesn't match any of...