Introducing Stage, a modern code review platform that youโll actually want to use.
We got tired of using GitHub to review AI generated code so we rebuilt the review process around the way you already naturally think, letting you ship faster and with more confidence.
Try it out on your next PR and let us know what you think:
@devongovett Yeah I think onBlur is dangerous, either needs to prevent them from adding invalid date in beginning or allow them to add it and your validator canโt handle, but silent coercion is risky
RPC is not a pleasant experience in sveltekit, compared to something like oRPC or tRPC. You can't chain middlewhere to the function, you can't define your functions within a router without some hacky workaround so there's no way for our team to do `api. blog.` and see an inline list of all of the functions available. It might be nice for a tiny project but nothing with a larger team at scale. We're actively trying to move away from kit
@jaredpalmer@github Give me an option to sort the review files in the best order to review them (via ai)
Also let me ask questions about the code using copilot directly in the PR, and it should have context of the whole code base