James Mehorter

Results 9 comments of James Mehorter

+1 for this. For the use case of a paywall—when the user logs out they should no longer be in any 'paywall' group/segment. With the current code we need to...

I've also run into this issue. Is there any update on when this might be corrected? Thanks!!!

👋 Hi all, Seems I may have just stumbled into this issue as well? Please correct me if I'm mistaken ``` // application.properties foo.bar=raboof // Config.kt @ConfigurationProperties(prefix = "foo") data...

When I run a workflow which uses Sonar in Act I get the following output > [CI/SonarCloud] 🐳 docker run image=act-sonarsource-sonarcloud-github-action-master-dockeraction:latest platform= entrypoint=[] cmd=[] > [CI/SonarCloud] [DEBUG] Starting container: 87bb5cf2146104a0c5112744733c27aa38fac743ac5da377ec3531b8514f593c...

The New Relic PHP Agent team has just released https://github.com/newrelic/newrelic-php-agent/releases/tag/v10.13.0.2 which does allow us to decorate logs being forwarded by an external solution (e.g. from cloudwatch using this lambda) with...

This `NR_TAGS` env var seems it would also accomplish this linking, but would require one lambda running per application, e.g. as a sidecar container running along side the application container...

I started to solve for this in our actions but thought I should post here first ![Screen-Shot-2024-05-23-at-3-07-47-PM](https://github.com/actions/labeler/assets/491189/e102d536-00fb-4857-8377-c43780ca359b) ![Screen Shot 2024-05-23 at 3 07 31 PM](https://github.com/actions/labeler/assets/491189/b120a4f9-4ef8-4ebc-8e83-1bf27c843fdd)

This is super exciting and I've love to see this feature implemented 👍 @Meowbox64 adding some tests might make it easier for the author to accept the PR