temuri416
temuri416
+1 for support of tables nested in draggable rows.
oh good lord i know what final is. the question is why that class was made final? I cannot extend it now.
oh man... this commit broke so many things in my app :(
I wonder whether this fundamental question was considered: What should run first - Model behaviours defined by user OR Model's internal "afterFetch"?
In my case I have a model in table A which needs rows from table B to fully load - with the help of **Model Behaviors**. And then, in `afterFetch`...
Apologies, there's a lot of code to illustrate my use case. Won't have time until next week.
@stesie hi there, Trying to compile v8js with PHP8 .0.20. Comipiled V8 main branch (V8 version 10.5.0) without errors. Listing of `ls -al /opt/v8/lib` matches usback's. However, building v8js explodes...
I can also confirm that v8js compiles just fine with V8 10.1.124.12 - and huge thanks for that. @stesie ~~Is there a chance to look into 8.1 compatibility? :)~~ EDIT....
same issue here. by definition, if HTTP response code is 204, it cannot contain body. the code in `fetchPromise` is incorrect.