Steve McCanne

Results 37 comments of Steve McCanne

We talked about this recently in sync and the front-end guys wanted to think through possible UX options for something like this...

The result of a load should be the commit object or an error. This way the client can tell if it was successful and why not have the commit object...

Thanks, this is indeed confusing. We will fix.

Thanks, @dumblob. This isn't currently part of the model. Did you have a use case in mind?

Interesting. If you want to modify a value inside a JSON file in place, that's not something zq can do and I don't know of anything that would do this....

You could also do this pretty easily with node or python. If you want fine-grained updates to complicated nested structures like this, we're planning to add CRUD updates to the...

NOTE: I worked around this bug in `zed lake status` by scanning the staging area differently and not sending a `commit.Transaction` into the mix. Instead I added an actions.StagedCommit, which...

Reminder to see TestBug2575() in marshal_test.go for a test case.

Just to be clear, this is all "by design" and shall be taken care of by not-yet-implemented cats and snanpshots of the commit history. Since everything is immutable (and since...

I'm also curious about our commit-per-second speed. There are some easy things here we can do here to speed this up too...