James Mehorter
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...
Ran into this today, and oddly just had to restart my mac :\
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  
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