Matt Traynham

Results 41 comments of Matt Traynham

I am also seeing this. Although, I am using decorators on constructor parameters rather than as class properties. I imagine the code path is roughly the same though. ```js class...

I've been looking more at this. Angular 2 had [an issue](https://github.com/angular/angular/issues/11606) and [relevant commit](https://github.com/tbosch/angular/commit/d18cab31df7e316db03e02539ecb7c257c1332a8) for this as well, which seems like it makes no upstream changes to either reflect library....

(edit) By default, the user always does seem to be `root`, regardless of `ansible_user`. I discovered the below works given a caveat. ```yaml become: true become_user: someone_else ``` If `ansible_user`...

Probably better to leave the `z-index` as is, and set the `pointer-events: none`.

> This means they might be one file (dts-bundle on a small package) or possibly other files in their package, like installed typings. I was expecting this actually. When I...

@xiphiaz Well looking back, it's not entirely user error as by "working properly", yeah you can't include `jquery.d.ts` twice. Since bower has a flat structure and soon to be npm...

+1 Honestly, I have a second request to this, which is to generate a `vendor.js` file that requires every bower main file (using overrides as necessary).

@Pozo would be great if this got merged, seems to reduce build times immensely!

@Pozo I might be able to help clarify as I'm looking for this feature as well. If a data class specifies a default value for a field in the constructor,...