Shivam Srivastava
Shivam Srivastava
@quen2404 Hi. Have you proceeded on this yet? I am also searching for such an implementation as the codebase in my firm extensively uses the driver.
Use the listview scroll event to detect the top/first item and do stuff with slidinglayer interaction listeners.
I have created a simple reproducer. Please let me know if it works for testing. https://github.com/shivamsriva31093/pgbouncer-vertx-reproducer/tree/master you can change database properties in application.properties (switch between ports 5432 (Postgres) and 6432...
@vietj yes thats pgbouncer settings.Please run the pgbouncer instance with following command: `docker run -p 6432:6432 -e"POSTGRESQL_HOST=$(ifconfig -u | grep 'inet ' | grep -v 127.0.0.1 | cut -d\ -f2...
Hi. I dont know if your issue is resolved, but you can refer to this issue on echarts repo: https://github.com/apache/incubator-echarts/issues/10202 It helped solve my issue. Regards
I managed to work around by wrapping the execution in transactions to ensure prepared statement binding is done within the same context. In the pgbouncer side, add this function to...