Till

Results 15 comments of Till

@fzhangj2ee I was more referring to this particular project, see also [Issue 149](https://github.com/awslabs/aws-cognito-angular-quickstart/issues/149) ! The project really keeps up its promise of giving you a "quick start", but it seem...

Update for those who try to evaluate Amplify Cognito within a fresh Angular Project: [This nice tutorial](https://medium.com/@AnandSharma/aws-amplify-and-angular-how-to-mac-8bca61d29e5e) should get you started quickly and shows you how to overcome some common...

[This breaking change](https://github.com/mirror/busybox/commit/c9720a761e88e83265b4d75808533cdfbc66075b) in _BusyBox_ ("timeout: fix arguments to match coreutils") seems to be the reason, I just ran into the same issue after our build image was updated to...

**UPDATE**: CloudKarafka reaches EOL in January 2025, so in fact we have to migrate all Kafka functionality to Confluent https://www.cloudkarafka.com/blog/end-of-life-announcement.html > Important announcement: CloudKarafka will discontinue its services. The product...

``` @Component({ template: ` `, styleUrls: ['./examples.css', './custom-marker-icons.component.css'] }) export class NgxCustomMarkerIconsComponent { alert(message: string) { alert(message); } } ```