David Veszelovszki

Results 19 issues of David Veszelovszki

### Reproducible in vscode.dev or in VS Code Desktop? - [X] Not reproducible in [vscode.dev](https://vscode.dev) or VS Code Desktop ### Reproducible in the monaco editor playground? - [ ] Not...

Task breakdown: - [ ] Figure out auth (we have something like `getSAMSIDForUser` on dotcom) - [ ] Move/copy the graphql schema to dotcom - [ ] Figure out how...

When Cody clients send out notifications to nudge users to upgrade, we'll link them [sourcegraph.com/cody/subscription](https://sourcegraph.com/cody/subscription). We want to track the client they're coming from, and do something like **https://sourcegraph.com/cody/subscription?source=jetBrainsTrialEnd**, so...

4-min Loom for @rrhyne (and others) [here](https://www.loom.com/share/b1ccd7ebbb504e4c9c1d27b929844022). - Added "Manage Cody team" page at `/cody/team/manage` for dotcom only, behind the `useEmbeddedCodyProUi` flag. - The page redirects non-Pro users to `/cody/subscription`...

cla-signed

We'll need to reuse at least some of the data fetching I've created (for example, we'll need the subscription summary on pretty much all the pages), so I extracted that...

cla-signed

This PR is built on top of https://github.com/sourcegraph/sourcegraph/pull/62694 Data team: does the name `seatCount` sound good to you? It's meant to represent the fact that the number isn't the actual...

cla-signed

- Closes https://github.com/sourcegraph/cody/issues/220 Current caveat: can't run multiple models at the same time because we at the time of writing, we don't provide simultaneous completion APIs with multiple LLMs. Could...

cla-signed

To make it less magic, I've transformed @chrsmith's Bash script to Go and added it to the repo, with docs. ## Test plan Tested it, it worked nicely!

cla-signed

**Context:** This is what the Checkout page looks like: ![Image](https://github.com/sourcegraph/sourcegraph/assets/2552265/ce43603a-1fe6-4a38-9f13-1caaafdb2d22) The user can change the number of seats with the +/- buttons. **Problem:** The user has no way to just...