Brandon Duffany
Brandon Duffany
For me, using `space` as the selection key feels a bit more intuitive than `f` or `A`. Would be cool to have the option of configuring keyboard controls.
IMO it would really help the project take off if the README had a "features" section. As a developer when I see a new tool, the number one question I...
See this example: https://codesandbox.io/s/nifty-fire-ihho4?file=/src/index.tsx When switching the OutPortal, the child component of the InPortal (i.e. the "expensive" component) appears to get re-rendered, although the component that is rendering the InPortal...
I found a memory leak in https://github.com/buildbuddy-io/buildbuddy/pull/2686/files in the way we were calling `C.clonefile`, and was curious if anybody else on GitHub was using the same problematic code pattern. While...
It's been enabled in dev for a while and I haven't noticed/heard of any issues with it. **Related issues**: N/A
WorkspaceStatus is one of the events that prevents us from writing the Invocation row to the DB (due to the code [here](https://github.com/buildbuddy-io/buildbuddy/blob/a5f5c0be34c89dbaa82a913977f5dec8feee0898/server/build_event_protocol/build_event_handler/build_event_handler.go#L977-L978) and [here](https://github.com/buildbuddy-io/buildbuddy/blob/a5f5c0be34c89dbaa82a913977f5dec8feee0898/server/build_event_protocol/build_event_handler/build_event_handler.go#L1168-L1175)), meaning the UI will be stuck...
This PR is a precursor for rolling forward https://github.com/buildbuddy-io/buildbuddy/pull/6077 and should also give us more confidence making auth code changes going forward. It does the following: * Adds a local...
I am seeing git fetches take a long time after force-pushing to a branch (about 45s - 1 minute). The branch doesn't contain a lot of changes so this is...
**Related issues**: N/A
Renders the existing fields as well as the new filecache fields added in https://github.com/buildbuddy-io/buildbuddy/pull/5994. The existing fields were shown in the executions page but not when drilling down to the...