Balázs Kiss

Results 11 comments of Balázs Kiss

We are currently facing the same issue. Is there any progress in this?

Manually installing `npm i -D ts-loader` and `npm i -D angular2-template-loader` seems to solve the immediate issue with the error message. However, my tests now produce "Expected 'styles' to be...

Moved the i18n folder to be under src, instead of app (as I saw in some other clodes threads...) But now I get the following error: [19-12-17 15:10:12.476] (CLI) /home/forest//platforms/android/app/src/main/AndroidManifest.xml:24:3-36:14:...

> Have you tried with this? > > `CarouselOptions( scrollPhysics: NeverScrollableScrollPhysics(), ),` Thank you for this solution! It can solve our immediate problem indeed. Although, this disables backward scrolling, which...

I have discovered that the problem is that the sink actually trying to send data to AWS instead of the local kinesalite instance!( I have provided my current credentials, and...

@Bunky after further looking into the docs, I realized the the current AWS Flink Kinesis connector version is buggy, and won't send the data to the expected outputstreams. If I...

I'm encountering the same problem. When I try to merge two coverage-final.json files, the output is erroneous. I have posted a [Stack Overflow question with the details here ](https://stackoverflow.com/questions/77110443/merging-the-code-coverage-report-json-files-from-cypress-and-karma-does-not-prod ).

Thank you for your answer! Is there a way to implement this in my source code instead of the node_modules folder? We need to use the app on different hosts...