Results 12 comments of Marco Glauser

I encountered the same issue while working with SSR. After going through the sdk code for several hours, I managed to find a workaround. So what happens is that `contentful-resolve-response`...

Instead of importing the whole fa-icons into the global css, we added just the following rules to the global (s)css. ```css fa-icon svg { display: inline-block; font-size: inherit; height: 1em;...

We have another angle for this. We use App Runner for gitlab review apps. We often push a final commit for rebasing or something similar and then merge the PR...

We don't have specific ARN's that we can share, since we quickly create and delete the services for our pull requests. Most services only exist for a couple of hours...

From a user perspective, the current way of passing routes is one of the pain points when using prerendering. We wrote quite some code to dynamically generate the routes for...

Hi, Sorry, I haven't had time to explore further. I'll reserve some time this week to see if I can narrow it down to one of the commits. Talking about...

Never mind what I wrote above. I guess my gut was wrong. When forcing @angular/animations to 14.2.9, I can reproduce the behaviour. Forcing @angular/platform-server to 14.2.9 has no impact. Hence...

I can't seem to reproduce the behaviour anymore. Not exactly sure why, but maybe a Chrome/Lighthouse update fixed the issue in the meantime.

For our use case, we only require public ACM. We use App Runner for review apps that get created from PRs. So for every PR, we spin up a new...