Results 108 issues of Kasey

immediate guess would be that we do a shallow compare of the new & old meta component, and so don't compare the slice of keywords when we determine if a...

bug

# List Params What is the best way to organize our list params, both below lib, as consumed by lib, and in the API Needs: - how to translate between...

discussion

- do we want to limit file size? - yes 100MB - inline the body, or temporarily save file & allow qri to load like we do when we use...

feat
API

We need a to start with a basic run queue. We want to be able to gather metrics on runs, and lay the ground work for future iterations on a...

feat

see https://github.com/qri-io/qri/pull/1921#discussion_r715815725

bug

## 4. Completors ### tests ```go package automation // TestCompletor struct // TestHook struct func TestCompletors(t *testing.T) { // create bus // handle events specific to the test completor //...

feat

What can a user do on the CLI with regards to automation? Are we expected to have feature parity with the frontend? The frontend is able to glosses over the...

discussion

no `source` in scope that we are using to try to "rollback" deploys on error. has it been set incorrectly, or has it not been set at all? where is...

We need a way to unsubscribes from events! ```go type Bus interface { UnsubscribeTypes(handler Handler, eventsTypes ...Type) UnsubscribeID(handler Handler, sessionID string) UnsubscribeAll(handler Handler) } ```

1) We have a few commands that are specific to devs and that we aren't necessarily trying to advertise to the public. The main one that comes to mind is...

feat
fix