Tanner Linsley
Tanner Linsley
Manual sorting essentially skips the sorting model stage and takes the rows in the order that they are defined.
So where did we end up on this? I'm using `manualSorting` in my own stuff just fine and it's behaving as expected along with the can sort logic. Did everyone...
Yes, I think that would be one way to solve it. Async validation is where things existing API's in other tools are lacking, but it also allows them to be...
Yeah I’ve read it. Nice opinions, but I still think it’s just a challenge that can be solved with some good API design.
Sure. All I am saying is that I’m willing to find and make the trade offs required to get there. I won’t settle for just giving up on async. It’s...
As of right now, this is by design. I’ll look into the why ASAP and how we could make it better. Tanner Linsley On Nov 19, 2019, 3:23 AM -0700,...
No, not yet :/ Tanner Linsley On Dec 3, 2019, 10:15 AM -0700, anotherjsguy , wrote: > @tannerlinsley, test command is failing. do we have tests in this repo? >...
Agreed. This is good. What if the user wants to actually validate as you type tho?
Sounds good to me. Try to keep it all non breaking? Tanner Linsley On Nov 3, 2019, 8:35 AM -0700, cpepin , wrote: > Thinking we’ll need to add a...
Aww thanks man! Tanner Linsley On Nov 3, 2019, 8:36 AM -0700, cpepin , wrote: > Btw, really dig the approach you took with all of this. > — >...