Allard Muis

Results 7 comments of Allard Muis

I cannot update the docs, but maybe I can clarify it a little for you. A 'Request scope' is not bound to a 'http request', but to a 'container request',...

~~Duplicate of https://github.com/inversify/InversifyJS/issues/678~~ After taking a better look it appears that issue 678 refers to different decorators, so not a duplicate after all.

I have it working with my own decorator instead of the decorator from inversify-inject-decorators. It is not ready for a pull request yet, for example because it doesn't support Named...

In the code I found the option `FlattenOption.flattenAndSetToNull`. It can be used to fix the example given above. But it is a little hard to get (not exported in index.ts),...

Hi Wouter, Thanks for your answer. I've been thinking a bit more about this over the past few days and my conclusion is mostly in line with what you commented....

That would be great! I would say: - inner join gives a non-null type: `{ group: Group }` - inner join does not reduce to null: `{ group: { name:...

Great! I don't think changing the model is a hack: doing tings like joins or selects _does_ change the type of the result. In a system like TypedKnex the Entity...