Irshad Ahamed M B
Irshad Ahamed M B
Automagica is not accessible, as it has been acquired by NETCALL. Not sure it a open source or not.
@joaoguilhermeS - I have given the details. https://github.com/langflow-ai/langflow/issues/4590#issuecomment-2475895886
Looks Like it has been fixed in latest. I cross checked latest build its working.
@amomra I am referring to latest code base. It will be available in upcoming release.
@amomra today v1.1.0 is released. Please cross check and let us know.
@anovazzi1 please share the flow with screen shoot. It will be helpful.
 Code is tested. @ogabrielluiz can you please do a review.
https://codesandbox.io/s/active-table-vue3-forked-2y6qyk?file=/src/App.vue 
Function.shouldRerenderTable /node_modules/active-table/dist/activeTable.js:8599:49 8596 | return ParentResize.doesOverflowNeedRerender(D, O) ? !0 : D._tableDimensions.isPercentage && // resize callback gets triggered on multiple occassions when the parent width has not changed: 8597 | //...
I am using a API request, in body I want to pass json array as given in example like ["bat", "ball"] but in API request component I am unable to...