James McNamara

Results 7 issues of James McNamara

Re-opens the reverted vite build. Since @vovakulikov requested the [revert](https://github.com/sourcegraph/sourcegraph/pull/59132), I'll assign them the task of merging it. * remove little-used `web-standalone-http-prod` This let you run a local web app...

cla-signed

``` Preprocessing executable 'purescript-derive-lenses' for purescript-derive-lenses-0.1.0.0... [1 of 1] Compiling Main ( src/Main.hs, dist/build/purescript-derive-lenses/purescript-derive-lenses-tmp/Main.o ) src/Main.hs:16:26: Expecting one more argument to ‘P.ProperName’ Expected a type, but ‘P.ProperName’ has kind ‘P.ProperNameType...

Attempting to run playwright tests out of bazel. This changes how the app is served in the tests, specifically playwright will intercept all network calls to the local server and...

cla-signed

Uses the flag `--@aspect_rules_js//npm:exclude_declarations_from_npm_packages` ([documentation here](https://docs.aspect.build/rulesets/aspect_rules_ts/docs/transpiler/#avoid-eager-type-checks-via-npm_package)) to prevent tsc from generating *.d.ts files for client packages. This should remove `tsc` from the build loop and allow swc to do everything...

cla-signed

Following up on [this thread](https://sourcegraph.slack.com/archives/C04MYFW01NV/p1712789750549639), the conclusion was to create a new runtype with the behavior of `main-dry-run` with `push_prod=true`. I created the run type and just included it everywhere...

cla-signed

Adds a var to ClientCapabilities allowing extensions to specify a file path where the agent can persist global state, such as chat. Currently does the simplest possible thing which is...

This is the VSCode half of [CODY-1043](https://linear.app/sourcegraph/issue/CODY-1043/bug-account-credentials-are-cached-between-installs). Unfortunately, we don't have access to any VSCode APIs during the uninstall script; it is just a raw node process that VSCode kicks...