jagged3dge

Results 20 comments of jagged3dge

I'm not sure if @brentd has looked at this repo in a while. Kindly check the above PR, so we can get rid of this warning from Atom's latest releases,...

@X1011 Could you, maybe, outline your idea here so that contributors could pick this up? Or, in case you think it isn't an exhaustive solution, consumers could apply it on...

I wonder if this'll work. Modify `executeTransition` like below. Adds an additional check for a key named `method` in your transition definition. I feel it could be safe cuz I...

I know it's late, but for future visitors: This is the scoping caveat noted [here in the docs for `vue-class-component` library](https://class-component.vuejs.org/guide/caveats.html#this-value-in-property-initializer) that this repo depends on. Basically, declare direct methods...

I believe the issue here is to be able to define a default decorator for all query/mutation in a resolver class via `_all` as well as override the said default...

There still needs to be a way to provide individual limits for when handling multiple form fields with different fieldnames. My suggestion: `limits` could also take a function as well...

@TusharRoy23 Thank you for taking the time to post (while keeping it illegible). However, it doesn't solve the OP's question. Your piece of code shows how to set up a...

With the query queue working, could the `.fn` & `.col` methods be just no-ops? I'm thinking this would keep things simple.

> I want to make sure there is as much parity as possible with Sequelize, even with stuff under the hood, whenever I can Of course. For now, I've forked...