Mick Hansen

Results 67 comments of Mick Hansen

@hendrul I see your point, `{role: null}` is just too easy to mess up i think. Maybe `{role: DISABLED}` with `DISABLED` being some library supported constant.

You'll need to provide a lot more information for us to help you.

@danconnell If there's a cartesian product the limit should always be in the subquery.

If you don't care about having the limit in the subquery there's no reason to have the subquery at all, so you can use `subQuery: false`. However that will most...

@dongtong Proper syntax for order would be `order: [[modelB, 'id', 'ASC]]`

@Vorob-Astronaut And what issue is that exactly, please provide a SSCCE

@DaveVdE I guess it's not actually strictly required since you can map directories without them being specifically exposed as VOLUME. It would still be a nice additions for newcomers. Personally...

Sorry for the slow response @contra . The current implementation is intended behaviour, we can discuss changing it but would definitely be a semver MAJOR change. `retryTimeout` could work

We don't actually apply any default role, `self` is just an example.