Philipp Page

Results 20 comments of Philipp Page
trafficstars

>That sounds like a bug, you should try using the latest [email protected] which was published yesterday I mis-explained. It is not doing a hard reload but rather re-renders the page...

@Kavan72 I don't think this behavior is changed in Next.js `14.1.0` vs. `14.1.2`. As @franky47 explained, two re-renders are expected for all Next.js versions which support the native `window.history.push` operation....

Potentially, we can provide users with a `PowertoolsThreadFactory` implementing [ThreadFactory](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ThreadFactory.html). This would be a flexible approach because the thread factory can be passed to various concurrency models in Java (see...

The Tracing module will not receive any major updates as part of `v2`. I fixed all vulnerabilities related to AWS SDK v1 but it is a transitive dependency of X-RAY....

We might want to remove checkstyle from the project since we are using PMD now after the workflow refactoring (https://github.com/aws-powertools/powertools-lambda-java/issues/1231) by @sthulb Eventually, we need to find a formatter that...

This PR looks good. I tested it both locally and deployed an example in my AWS account.

@sthulb I created a PR to fix the end-to-end tests https://github.com/aws-powertools/powertools-lambda-java/pull/1816. It would be interesting to see if they also work in the GitHub workflows once we add AWS credentials...

This was successfully removed in v2 of the Metrics utility.

The docs improvements scoped in this larger issue where implemented. Closing.