Pedro Augusto de Paula Barbosa
Pedro Augusto de Paula Barbosa
Hmmm, this is an interesting idea. What is your goal for this? Is it just to allow you to customize behavior for different calls? Can you tell me a more...
I am under the impression that this can already be done in a clean way in Sequelize. I will make some tests later. If not, I will take this.
@idris Can you please convert that to a complete [MVCE](https://stackoverflow.com/help/minimal-reproducible-example) that I can copy-paste and run? Thanks!
Can someone confirm this is still happening? I was thinking that perhaps #11249 might have fixed this...
I have reopened this as a docs issue - we could show an example of triggering the beforeDestroy hook upon cascades.
Hello, sorry to take long to reply to your issue; this looks like a good think to exist... Hi @thaddeusmt, sorry to bother you, what do you think of this?...
@RyanCavanaugh but what about incorrect code that reaches the depth limit? I would suggest changing the default behavior of depth-limiting to be an error (if it's necessary to resolve to...
@VitaliPom Hi! Where can I find the repository for your version?
If the part to the left of the colon specifies a type `X` and the part inside parens specifies a type `Y`, shouldn't `X & Y` be returned then? In...
> But, in intermediate phase of the parser, it can't be able to resolve tag name string to corresponding types. Why not? (really trying to understand to see if maybe...