Sebastian Poxhofer

Results 162 comments of Sebastian Poxhofer

Where do you got the link from 🤔 For me it shows in Claude Code and logs only `https://mcp.atlassian.com/v1/sse` and the site does not redirect to an auth flow.

Thanks! I have been doing this, but it seems to have been an issue with Claude Code and HTTPS_PROXY variables. After upgrading CC showed me the URL as you describe,...

@viniagostini Have you tried this? ```ts static async from(database DatabaseService) { const client = await database.getClient(); const conconfig = client.client.config.connection const { user, password, host, port, database } = connectionConfig;...

AFAIK this should already working like that, if you set the catalog path in the Github provider to `**/*.yaml` https://backstage.io/docs/integrations/github/discovery/#configuration

What are you describing is the event support for the Github Provider supports listening to the push events https://backstage.io/docs/integrations/github/discovery#events-support and the validation logic can be implemented use CatalogProcessors. So from...

The simplest implementation would to start with integrating https://github.com/open-telemetry/opentelemetry-swift which would push the traces to a compatible backend directly. That could be OSS tools like Jaeger or Grafana Tempo on...

Pretty much, though the sure is different. See my comments on the PR.

> > [`@cdktf/hcl2json`](https://github.com/hashicorp/terraform-cdk/blob/c7c1144103eae481dd6292a716d88d593e199624/packages/%40cdktf/hcl2json/lib/bridge.ts#L115) directly parses JSON files while converting. > > If you read that function, it actually only does a JSON.parse on it and then does a deep merge...

Facing this now with PNPM, since upgrading to ClaudeCode to `1.103.0`, so seems like they have switch the package manager

Is there any movement on this topic? I have ran into this too as I'm loosing spans if using the `batchprocessor`. The stop-gap solution for me has been this snippet,...