Results 7 issues of Gavin

I am probably doing something wrong here but just wanted to post it here if it is an actual error. I am passing an array of strings over to be...

Is there support for removing a vertex? For example, given that you find a vertex by its name index ``` g.removeVertex(g.V('name','uniq_name')) ```

**esm.sh example**: https://esm.sh/gh/toolbase-ai/uploadthing-mcp/src/index.ts?pin=v135 GitHub registry backed packages do not support the `pin` query parameter, the error returned would be ``` version latest of '[PACKAGE_NAME]' not found ``` Expected outcome would...

## Failing module - **GitHub**: http://github.com/pingdotgg/uploadthing/ - **npm**: https://www.npmjs.com/package/uploadthing - **esm.sh**: https://esm.sh/uploadthing/server ```js import { UTApi } from "https://esm.sh/uploadthing/server"; new UTApi(); ``` ## Error message After running `deno run` I...

deno

https://github.com/cloudflare/workers-oauth-provider/blob/f69d056a54b7eca0f869e728e47dd49e0edfb811/tsconfig.json#L7 ## Description `agents` uses `@cloudflare/workers-types/2023-07-01` and therefore the underlying `Request` is incompatible for `apiHandler` and `defaultHandler` ## Expected Using `agents` with `workers-oauth-provider` as outlined in the demo examples should...

* Adds demo for a remote MCP server integrates with [Clerk](https://clerk.com) to be used as an OAuth provider. * Notable differences include changing request parameters to include `scopes` and token...

WIP * Instead of hosting our own OAuth provider on the same worker, delegates everything to use Clerk as the OAuth provider * Supports dynamic client registration with Clerk *...