Matthieu Riegler

Results 335 comments of Matthieu Riegler

My classes aren't empty (I updated the simplified example), but I'm getting non optional properties. Am I maybe missing something ?

Yes that works of course. But I can set myClass2.obj to undefined afterwards. `myClass2.obj = undefined` triggers TS2322 when the property is not optional while that would possible in C#....

I'm probably having the same problem here. Without having multiple trees, having the possibiliy off dequeuing multiple Identifier would a great feature !

I'm still see this issue on 0.11.0 Thanks for the work though, keep it going 👍

@e-jigsaw He's using the future, it's not fixed yet.

I took me a bit to find it : calling `becomeFirstResponder()` on the Textfield will trigger a call of `autoCompleteTextField:possibleCompletionsForString:completionHandler` ! It works even if the textfield is already the...

@coluzziandrea A few month went by so I submitted a PR myself. I hope you won't mind 😊

Do you mind rebasing your PR and fix the conflicts ?

I've open a feature request on the CLI repo to provide a warning/error when this issue occurs : angular/angular-cli#26774