Nipunn Koorapati

Results 132 comments of Nipunn Koorapati

try from `git bash` All of the scripts we run in our CI on windows are from git bash.

can repro. Well that's bizarre ![image](https://github.com/user-attachments/assets/79ea1ca3-e4c9-4636-a567-307320d34cf4) CI uses `npm ci --prefix scripts` which does appear to work `cd scripts ; npm install` does work. No reason to prefer one vs...

I don't think the npm version is relevant. `--prefix` seems to work with `npm ci` but not with `npm i` We probably don't need to pin to v8 I'll take...

It's gotta be node v18 (per the .nvmrc). I have it set up with `nvm` on windows and things work. You don't have to use nvm, but you do need...

somehow there is this path `D:\\box\\rust\\convex-backend\\npm-packages\\convex\\scripts\\scripts\\build.py` which looks wrong - scripts is there twice in the path. Not sure why it's happening, you may have to debug a bit. I...

https://github.com/get-convex/convex-backend/commit/82337bd96227bcd6256e90a37b69d84f8cbc1ba7 and https://github.com/get-convex/convex-backend/commit/5ccd4c9cbda4c4d3a75dbf5a0c770e3f13b3fb84 should work around the original two mentioned

Going to close this issue - since I think the windows build is working now

yep makes sense! A better development flow is on our radar, which may or may not include docker (tbd). `docker pull convex-backend` does sound like a good idea.

Can you give an example or provide more information about this OIDC standard token type? Supporting logto from Convex seems like a great idea. Have you tried it? Convex supports...

Broadly seems reasonable to add support for a new JWT token format - but I am struggling to find any documentation about what this at+jwt token is? Neither of the...