Tom MacWright
Tom MacWright
The version required here is no longer available.
We've been using Clerk with tRPC and Remix. So our application makes requests to tRPC in the usual way, and I try get get auth like this: ```ts import {...
### Preliminary Checks - [X] I have reviewed the documentation: [https://clerk.com/docs](https://clerk.com/docs) - [X] I have searched for existing issues: [https://github.com/clerk/javascript/issues](https://github.com/clerk/javascript/issues) - [X] I have not already reached out to Clerk...
I recently integrated Clerk into my application, which also uses a relational database, so it needed to use Clerk's externalId setting to cross-reference. So, I then used rootAuthLoader with Remix,...
I'm switching a number of my projects to pnpm: - My yarn-installed projects use yarn 1.x, which is ancient. - npm is a potential option, but for maintaining many projects,...
Version: Deno 1.40.5 x.ts: ```ts import vm from "node:vm"; const script = new vm.Script("import('node:process')"); script.runInNewContext(); ``` ``` ❯ deno run x.ts ============================================================ Deno has panicked. This is a bug in...
We have the information, it's a matter of potentially normalizing it and returning it.
- TypeScript - Use shared Jest configuration - Remove binary - Remove remaining dependencies - Fix paths in package.json - Use prettier style - Switch from CircleCI to Github Actions...
What if the `source` file of the program starts a server, or something bad?
### Supported ```js // D function a() {} // D class B { // D constructor() {} // D c() { } } // D let baz = () =>...