Matt Traynham

Results 41 comments of Matt Traynham

Hmm don't know why the stock tests failed when I updated a spec test...

I really think something should be done about this. I've added #526, but there has been no response. The full lodash library is ~526KB, which is entirely unnecessary given angular-tree-component...

@adamkleingit thanks for merging #526, reduces my build size by ~372 KB (pics below)! There does seem to be one more thing that could further reduce the build, which is...

I ran into this as well. I've reported it to the Angular repo here https://github.com/angular/angular/issues/29668 Thanks for the string workaround though, seems like it should work for the regex match...

+1 It seems this bug (the export import) actually creates incorrect definition files. Code: ``` ///ts:export=Application ``` After transform: ``` import Application_file = require('./model/Application'); ///ts:export:generated export var Application = Application_file;...

The Python generator is pretty broken for discriminators at the moment given this issue, right? Since I'd preferred not to wait on a code change in the generator, I came...

Quick question, this plugin always seems to be behind the latest releases. Is there anything we can contribute to make upgrades to the newer version faster? Like a workflow to...