Brent Abrahams

Results 123 comments of Brent Abrahams

No, there hasn't. Sorry. At the moment, what I'd do is retrieve the array, manipulate it in app code (probably using underscore or lodash), then overwrite the whole array with...

Oh nice. Yeah, that's better and would totally work. In fact, that sounds familiar -- I've got a feeling I might have done that in my code in a few...

No, sorry. Work on this package is back-burnered for the time being. Too many other things taking priority at the moment. I've always got time to review and merge a...

I'll probably do this at some stage, but it's low priority right now. More important to get a proper test suite written and a proper 2-phase commit as outlined in...

I'd need to look into the autoform codebase and/or docs to see if there's a way to overwrite the default methods for doing db writes, but autoform is such a...

Sounds like the package has a bug. Is there a simple repro somewhere I could use to create a failing test?

I've just released 0.7.5 on Atmosphere. It fixes a number of bugs, one of which might be causing this. If this is still not working, let me know and I'll...

Ah... yes. The transactions package writes to top-level fields on the document:`transaction_id` (always) and, for soft deletes only, `deleted`. I'm guessing you're editing a field in a sub-document, which means...

Yes, this is strange. These, as written, should auto-commit and just execute sequentially. What exactly does a `newData` object look like? If it's actual data to overwrite the card's data...

Strange, that looks fine to me. It just looks like the `tx.commit()` function isn't being called. Maybe an error is getting swallowed silently (which would be an issue with the...