Daniel Schreiber
Daniel Schreiber
I created a drop-in replacement for the default angular i18n builder, which should do exactly what is requested here: https://github.com/daniel-sc/ng-extract-i18n-merge
I'm not sure if there is a real benefit to having this included directly in angular (cli). Of course you'd save the initial `ng add` command, but maintenance would be...
@dgp1130 happy to see that the angular team wants to pick this up! I'd vote for going along "option A" as this is analogous to what existing/past tooling did successfully...
@PowerKiKi Thx - appreciate the invitation. But.. - (Sadly) I do not have enough time. (My guess is) this takes some full time weeks, but I can only carve out...
hi @yAoOw this is due to a problem in the upstream vorpaljs/bash-parser: https://github.com/vorpaljs/bash-parser/issues/58 it seems this is not maintained.. not sure how to work around this..
It seems the brackets `(KJA)` in the following line cause some problem: > VIRTUAL_ENV=$(cygpath "C:\Users\Kieran Janin **(KJA)**\OneDrive - cementys.com\Documents\Python Scripts\Tests\Ted Petrou, Data Science with Python\Dashboarding with Dash\Build+an+Interactive+Data+Analytics+Dashboard+with+Python+20211101\project\dashboard_venv") I'll look into...
Hi @Owned67, there are several things that are not supported right now such as functions (#10) and command substition (see e.g. [Stackoverflow](https://stackoverflow.com/questions/2768608/batch-equivalent-of-bash-backticks)). As both are non-trivial, they won't get fixed...
Hi @Owned67 @flora8984461 The error with the window reference should be fixed with the latest version 2.0.1. Could you please check and confirm if this issue is resolved?
Hi @ROMVoid95 , could you share the input that is causing this issue?
I think the following is causing the issue: ```bash if [[ ! $REPLY =~ ^[Yy]$ ]]; then echo "Execution stopped." fi ```