Chris Wendt

Results 48 comments of Chris Wendt
trafficstars

Here's how to move this PR to https://github.com/sourcegraph/sourcegraph/tree/master/packages/browser-extensions ``` cd browser-extensions git format-patch master --stdout > /tmp/patch cd ../sourcegraph cat /tmp/patch | git am -3 --directory=packages/browser-extensions/ # and fixup merge...

Deployed. The support is not as good as Go, but it's decent.

JS/TS support was temporarily downgraded in order to prioritize Go improvements.

CodeWing is closed source at the moment, and I haven't yet figured out how to accept contributions. This might change in the future because of changes in the business model!...

I'll have an update on the language status in a couple of weeks, hang tight.

Go support is now considered [feature complete](https://twitter.com/CodeWyng/status/1266553122647769088).

Edge isn't supported right now. If/when there's enough interest, I'll work on it.

Checking out a different commit (and in one case checking out commit A, B, then A again) fixed the problem somehow. Maybe there's some stale local git checkout state floating...