David Young

Results 11 comments of David Young
trafficstars

@AnthonyNahas I may be able to work on this issue for a project I am working on. I have already used the firebase api sign in with phone. What advice...

@AnthonyNahas sorry to get your hopes up, but I won't be using this app for my project, and won't be building out the phone feature at this time. After further...

Thanks for your quick response. So my context is a couple points: - IMO this third party lib shouldn't edit the file that is generated by the Angular lib, if...

Thanks @daniel-sc these are good points (that I was not aware of), that sound like they should definitely be in the Angular/localize lib. Having fewer changes in source control is...

`"localize": "nx affected --target=extract-i18n-merge",` This is what I use for NX and it works perfectly

@daniel-sc I have updated with versions, lmk if you need anymore context

@daniel-sc I did some debugging and found the issue, it is a versioning problem that you have fixed here https://github.com/daniel-sc/xliff-simple-merge/blob/main/src/merge.ts#L67 The handling of non existent target wasn't in my version,...

> @AlanSl Yeah that's a little disappointing but makes sense! I'm working on a monorepo that's meant to scale to include many, large projects, so I'm definitely hesitant to add...

@travist Ouputs in angular should never be optional and in fact breaks the usage of the output and you cannot use it if it is optional. Hence this pr. This...