Brendan O'Brien

Results 76 comments of Brendan O'Brien

Love it! The place where this would land is in the `detect` package: https://github.com/qri-io/dataset/blob/d12a66b92250109b67cd1b74bca763baa0b847e4/detect/detect.go#L39-L47 We should add a `FormatConfig` function to `detect` that detects format configuration based on a data...

yeah, I'd use `log.Debug` instead, which is what our `--log-all` sets logging levels to

ok, here's an idea: what if we just used the profile IDs that are usually stored in the contexts we pass around for publishing? here's an example from local collection:...

Love it. At that point do we even need the `perUserBus` struct? Or could the event package just pull the profile from context & populate the event struct field? On...

Adding a little detail here, @ramfox & I had a discussion about the issues of using our REST API for lib-level RPC calls. Our central conclusion: **1. The lib package...

Totally agreed that we have some endpoints that don't map 1-to-1 from endpoint to lib method, and if we go the RPC route we'd need to force them to map...

> We should move fsi under dscache so that it is no longer exposed to lib. This will help simplify our story about handling datasets in repo vs fsi in...

nice to see folks bringing their respective expertise to the table. Generally I think a nice consensus is emerging, and there's less to be afraid of than it seems. I...

not a fan of `--example-meta`. To me it's a one-off solution to a general problem of default values. From a user perspective, I'd much rather see something in the vein...