getTransactions method call need to be called only if user is logged in, but the info about the user will not be visible. What can I do to force a reload when o
My content is loaded in another application via LTI launch. That application is trying to load the content in its iFrame. My content has javascript calls which
Currently, I'm using Nginx FASTCGI and Redis cache to Improve my server side caching. I'm also using Wp rocket to optimize website performance. When I clear Wp
I have a json file that looks like this: [ { "account_id": 123, "instances": [ {"id": 1}, {"id": 2} ] }, { "account_id": 456,
I'm trying to figure out the best way to open an existing file and replace all strings that match a declared string with a new string, save it then close. Sugg
I have a login system working with Flutter, PHP, and SQL but I want to be able to display the errors (if any) as a Flushbar. The controller receives the error a
I want the scale value of this property into other Qml. How to do that center.qml Item { id:paneItem Rectangle{ id:rectItem width: parent.width*0.8
Need some help with pglogical replication. Following is my replication setup: On the Publisher side, node created successfully. I applied row filtering on a col