Nipunn Koorapati

Results 199 comments of Nipunn Koorapati

I believe it IS possible to do ctx.runQuery of both external or internal query types. If you're seeing that it's not possible, that's not the intended behavior. Can you provide...

Yep - totally reasonable request. Unlikely to prioritize this for time being, but if community members want to run own benchmarks and share, that sounds great.

https://github.com/get-convex/convex-backend/blob/main/self-hosted/README.md#benchmarking if you want to run the benchmarks yourself! We don't have any benchmark results publicly available yet, but it's on ours minds to get to eventually. It's a good...

Hi Hugh! (long time!!) CONVEX_DEPLOY_KEY should work for `npx convex env set`. You can set the environment variable (should be doable from CI machines). Doing something like ``` CONVEX_DEPLOY_KEY={paste key...

Hi. See #125 (CC @thomasballinger / @ikhare ) where we're adding a quickstart guide. Does that cover the desire?

file an issue (or even better a PR) against https://github.com/get-convex/templates for a full starter template.

See #132 for a community implementation. I think we probably want to hash out the design (per what @thomasballinger laid out) before committing to a solution here. If I'm being...

seems like a reasonable feature request. Currently, the logs/exceptions integrations don't handle causes.

Thx for the report. We've had other windows related ones like https://github.com/get-convex/convex-backend/issues/140 How are you setting up Convex? Can you link to instructions you're following, or give some commands that...