Lars Trieloff

Results 34 issues of Lars Trieloff

## Overview Should we change the Markup generated by `helix-pipeline-service` for blocks (Tables in Word/GDocs) from generic `div` to custom HTML elements? ## Details I've built a tiny POC here...

question

## Overview [People on the internet say it's a good idea](https://www.smashingmagazine.com/2020/03/setting-height-width-images-important-again/) for performance. There are two problems: 1. it needs custom CSS to look good 2. We do not have...

Create a new repository with the name `helix-feed-service` to provide a Helix 3-compatible feed service that can: - fix the issues with https://github.com/adobe/helix-pages/issues/794 - generate XML feed from a JSON...

Create a new repository with the name `helix-plugin-system`??? We are creating plugin systems all over the place: - for deployers - for loggers - for redirect providers (see https://github.com/adobe/helix-shared/issues/437) -...

question

## Key Takeaway LCP decreased from 7.2 seconds to 3.4 seconds and engaged visit rate increased by 35%, bounce rates decreased by 6%, and the average time spent on page...

The example deploy script contains a hardcoded reference to `arn:aws:iam::002682819933:role/lambda_basic_execution`. This is leading to errors when deploying to a different account: ``` 2016-03-18 12:51:01,041 INFO - Using API Gateway endpoint...

I think there are scenarios (like for Slate) where you'd want to have `.html.md`, but for GitHub pages, `.md` all the way is the right way. I introduced this mess,...

Adds - pie chart (user agent) - horizontal bar chart (urls) - sankey diagram (checkpoints) to the list of visualizations - **feat(rum-explorer): allow drilldown in some facets** - **feat(rum-explorer): add...

in the past, we would use the lowest possible consensus of all available CWV metrics, which would lead to scores look worse in aggregate than comparing each of the individual...

uses `React.createElement`, so I don't have to worry about JSX and bundlers. Uses `getServerSideProps` like next.js, this could be used to fetch additional data from a GraphQL endpoint ```bash $...