Ilya Priven

Results 225 comments of Ilya Priven

IIRC, `Model.save` does return you the consumed capacity.

Looking at `pynamodb.models.BatchWrite.commit` right now, it doesn't seem to return the consumed capacity. I agree we should support consumed capacity more thoroughly through our API.

I can't trigger Build Docs, but trusting that's still the case we can close this PR.

Appears to be addressed in https://github.com/babelcloud/node-redlock/pull/1

@vitalyiegorov You can fork it, and many have. For instance, you can see the changes we've adopted in my company: https://github.com/rutter/node-redlock

I can add tests if we think it's a good idea to make this change.

@brackendawson, can take a look please?

> I created a [issue](https://github.com/stretchr/testify/issues/1836) about support of synctest in suite. Even do your change is nice, probably alot of people will use it wrong. You can't reuse channels inside...

Forking `Suite` into `SyncSuite` without a `Run` or a `SetupSuite` makes sense to me. `Suite` methods: - Assert - Require - T - ~Run~ - ~SetS~ - ~SetT~ The first...