Daniel Schreiber

Results 77 comments of Daniel Schreiber

@alan-agius4 @JoostK found how to reproduce this: Add `ios_saf 12.2-12.6` (note that this is contained e.g. in `> 0.5%`) to `.browserslist`. Then adding components from library that are localized and...

closing this as a duplicate of #51 (I know, this predates the other issue, but here we have comments regarding another issue as well, so the other is cleaner..)

Hi @nkosi23 I understand your point, if the encoding switches back and forth, this would be a bug. With the given information, I could not reproduce this. For me `'`...

@nkosi23 is it possible that you have some automatic code formatting like prettier active or enabled in your IDE? A reproduction would be great!

I'm not aware of any real solution to this issue. It seems that nobody at Browserstack really cares about this.. 🤷‍♀️

I got a similar issue: ```log Error: Typed property Go\Aop\Framework\AbstractMethodInvocation::$instance must not be accessed before initialization in vendor/goaop/framework/src/Aop/Framework/AbstractMethodInvocation.php:77 ``` This could be resolved by changing `AbstractMethodInvocation.php:30` from ```php protected ?object...

@Christoph111 yes - this is only usable with composer. There is plenty documentation online on how to use composer, so I won't go into details - for a start: https://getcomposer.org

@chirag-shastri as you probably have noticed, this depends on the angular i18n-extract support for json format, which is tracked in the upstream issue linked above. As long as this is...

@timvandesteeg I understand your intention, but in case an option "neverRemoveExisting" would exist - how would you handle acutally removed translations in your intendet setup? (For me, the cleanup of...

Hi @co-dax, I think this is covered by a [unit test](https://github.com/daniel-sc/ng-extract-i18n-merge/blob/c26e9d6d363e4c59d170d69c6c876bab7abbce2b/src/builder.spec.ts#L998) - can you give details on your full config and how to reproduce?