Adam Harvey
Adam Harvey
PHP 5 has a set of string zval handling macros that require a "duplicate" parameter that determines whether the input string will be duplicated or not. In PHP 7, they...
### Plan of attack * [x] Remove RxJS and convert entirely to Apollo. * [x] Add polling. * [x] Add storybook. * [ ] Improve empty state. * [ ]...
[From _What happens when good Dockers go bad?_](https://docs.google.com/document/d/1QSNSTjFhNAvM1y6otEElgGArg_bx9QWT7Q0sQMjAmQU/edit#heading=h.bmnpu9vdflgo): >We might not be able to predict the future resource usage of a container, but we can observe the usage of the...
[From _What happens when good Dockers go bad?_](https://docs.google.com/document/d/1QSNSTjFhNAvM1y6otEElgGArg_bx9QWT7Q0sQMjAmQU/edit#heading=h.ky1rv8jm975z): >Docker allows memory and CPU limits to be set on individual containers, and although these limits are optional, Docker Desktop ships with...
Fixes https://github.com/sourcegraph/sourcegraph/issues/30431. This only adds retries to changeset spec upload — although the original ticket also mentions batch spec upload, I'm honestly less concerned about that. Let's deal with the...
Today, we support installing `src` via Docker, Brew, and direct binary download. We should consider adding support for other installation methods that make sense, probably including Debian and Red Hat...
By default, in 3.27, changesets that no longer match a batch spec are archived, instead of detached. Although we believe this is a better, safer default for most users, it's...
Example: https://github.com/sourcegraph/src-cli/runs/2680286684
We have a report that `src` is using the wrong method to resolve domain names when in a split tunnel configuration on Windows. We should set up a similar scenario...
Some environments predate Unicode, and we should avoid using emoji and box drawing characters if we can in those scenarios. Specifically, we probably want to detect these: * Really old...