sean-nicholas

Results 10 comments of sean-nicholas

I debugged it into next auth code. The following error is thrown from jose: ``` JWTInvalid: JWT Claims Set must be a top-level JSON object at __WEBPACK_DEFAULT_EXPORT__ (webpack-internal:///(middleware)/./node_modules/jose/dist/browser/lib/jwt_claims_set.js:39:15) at jwtDecrypt...

This sounds pretty cool. Here are some ideas that we might want to brainstorm about. ### Retry on fail Webhooks should be retired if they fail the first time. Maybe...

Great roadmap :) I totally understand that this is to much for a 0.x release. I am happy to help in building such thinks. Unfortunately, I have no clue about...

Tough decision. I think the install command could help in spreading snow because getting started is so easy. But this only works if the install is robust and does not...

Yes, that is the error message I am talking about. Simple link to the docs would be great.

Here are a few use cases: ## Send magic link via slack / teams instead of email - You are creating an app for a single company only that uses...

It's basically a plugin system but programming language agnostic and without the hassle of installing and managing plugins

I guess you could add a lib that extracts the size from the images like https://www.npmjs.com/package/image-size Should be pretty easy to fetch an image or create a buffer from base64...

Have the same problem. Input is a string with ~ 20.000 characters. My workaround is to `.free()` the encoder and try it again. EDIT: No that does not work. I...

I debugged this a bit and I can reproduce the error if I `.free()` the encoding before calling `encode`. I get the same error message: ```ts const encoding = get_encoding(encoding)...