Francesco Vallone
Francesco Vallone
I pushed a minimal reproduction sample [here](https://github.com/francescovallone/flowbuilderback). I'm really sorry if i did something wrong and easily fixable but I'm not very proficient with this library yet.
Any update? 🥲
Hi @Gene-Dana! I actually did some tests in the meantime and I found out that you should return in the onGeneratePages an list of the pages that you want to...
I have the same problem but it seems that the creator of Syphl is busy and he is not updating the tool anymore...
Update When your first draw the canvas the first node will be an Instance of DefaultNode, when you do this.canvasRef.addNode, the node will be an instance of TreeNode  
Hello, Same problem here running the example app. It never print `print("Method: ${call.method}");` so it looks like it's not working properly
> @francescovallone In the future, please don't publish my changes without asking me 1st. Thanks for the quick review times tho Sorry wasn't aware that it was a two-part change....
@dickermoshe as much as I can see now everything looks perfect. I noticed that there is a TO-DO for the RegExp operations. I'll wait for your comment about it to...
> A value can be modified while checks are being ran. I think we should remove async checks entirely. I am not willing to remove the asynchronous controls from Acanthis,...
What if we use something like a lens to update only the value(s) that we need to be updated when an async operation is being run? Also I would like...