Tai Vo
Tai Vo
@chikamichi , at the time of those checkins, my main usecase was for Parse.com's `Parse.Object`. Parse.com is a mobile backend that builds upon an older fork of Backbone so their...
By overriding `_validate/validate` do you mean copying bacbone-validator's implementation into those models and add my function calls there? As for option 2, if the custom validation code returns error, currently...
Something simple, along the lines of sandwiching the current validation loop between a `preValidate` step and a `postValidate` step. Roughly, this means changing `Model.validate` like this: ``` javascript Model :{...
Yea, I think the `'*'` is cleaner where as `processErrors` should be constrained to error processing by virtue of its name and what users/coders would expect from that. Since `'*'`...
I will send a PR within a couple of days. I have the code running on my local machine now and I'm testing it by using it in my current...
Hi guys, +1 on this issue, in particular the parallel route feature that is probably needed to enable modal based routing. Having parallel routes would make it trivial to encapsulate...
Hi @ahaywood , thank you for looking into this so quickly. TLDR: it turns out this is specific to the supabase auth adapter. The culprit is https://github.com/redwoodjs/redwood/blob/main/packages/auth-providers/supabase/web/src/supabase.ts#L208-L211 That seems to...
Thank you guys, for the fast turn around time. @dthyresson I did some digging into the scenario you provided and you're exactly right!! First off, confirmed that this situation only...
@dac09 I ran into an error with the canary upgrade (`-t latest` works just fine) ``` git:(main) ✗ yarn rw upgrade -t canary ✔ Checking latest version ✔ Updating your...
hey @dac09 , I just tried it. Same issue at the canary installation step. If it helps, I'm using a MacBook with Sonoma 14.4.1, Node v20.11.1, yarn 4.1.1. I can...