Roman

Results 535 comments of Roman

@ashwin-ant This is however not possible when using HTTP: ```json { "mcpServers": { "github": { "type": "http", "url": "https://api.githubcopilot.com/mcp/", "headers": { "Authorization": "Bearer ${THIS SHOULD BE A SECRET}" } }...

I'm using monorepo, and I do use turbo, but I do not use the default tsconfig. I do have the `"declaration": true` enabled tho. I'll try without it. I don't...

I don't see invalid credentials anywhere. It's some kind of circular reference error.

> Also, The credential you added in the BitWarden card looks good when I test from my local machine. made you the repo admin, please update the secrets and test

Just want to add my $0.02 here. I've worked on something similar for an unrelated tool recently. For anyone who's going to implement this, some helpful tips: ## Unneeded Types...

I think I am running into the same https://github.com/moby/buildkit/discussions/5415 I also used https://github.com/MShekow/directory-checksum/ to ensure that the directory contents are identical (they are). But the final layer always gets rebuilt...

I think we actually don't need to migrate to ESLint v9 at all for now.

Discussing this in #1322