Daniel Schreiber
Daniel Schreiber
I have the same problem - when running directly via `ng test` (angular cli) it terminates fine, but when using an npm script it hangs. This is reproducible on my...
`$localize` is only recognized if you use ivy to extract: `ng xi18n --ivy`
For anyone using XLIFF 2.0: I created some lighweight tooling to merge translations - see https://dev.to/danielsc/angular-i18n-update-workflow-25p6 (~~probably this could be~~ I extended this for XLIFF 1.2 as well!)
I created a xliff merge tool that nicely integrates with Angular CLI and (probably) caters most needs of former users of this tooling: https://github.com/daniel-sc/ng-extract-i18n-merge Feedback welcome! :)
Please check https://help.podio.com/hc/en-us/community/posts/200518938-How-to-add-category-options-through-podio-api-PHP- and let me know if that helped
Hi @EnsinoEinstein this is possibly a duplicate - can you please check if https://github.com/podio-community/podio-php/issues/167#issuecomment-501593186 resolves this for you?
Hi @jespyxis are you using the suggested setup with [composer](https://getcomposer.org/)? In that case you should `require __DIR__ . '/vendor/autoload.php';`.. If not, I'd highly recommend using composer :) Best Daniel
Hi @lisachenko, is there any update here? I'd really appreciate the suggested fix for the v2.x - I'd be able to provide a PR if it helps?!
A (hacky) workaround is to run the following before executing the tests: ```shell sed -i -z "s/ removeAllListeners()\n/ removeAllListeners();process.nextTick(() => process.exit(code || 0));\n/g" node_modules/karma/lib/server.js ``` Hope this helps others that...
Maybe https://daniel-sc.github.io/gravizo_editor/ is similar to the intended functionality?