Yves Nunes Rodrigues Bodê
Yves Nunes Rodrigues Bodê
I've tried to hardcode the ID to eliminate any possible mistakes in that regard but ended up with the same problem. I'm also waiting for five seconds to eliminate any...
I've also tried ``` on bookUpdated wait 5s then log then send click to ``` Which does produce a log: 
The solution posted by @andreyorst works great for word wrapping, thank you! Just a minor annoyance that is probably not worth opening a new issue over: the arrows that indicate...
I got rid of the hook function suggested earlier and indeed we are still wrapping at word boundaries, as per `visual-line-mode`. There are no more squished arrows either. Looks great...
(discord user here) some steps to reproduce the problem: 1. Given this Docker Compose configuration: ```yaml services: db: image: "postgres:14.7" container_name: "postgres" ports: - "5432:5432" environment: - POSTGRES_DB=mydb - POSTGRES_USER=postgres...
Simple client that I'm using to test this: ```js import { PGlite } from "@electric-sql/pglite" import { electricSync } from "@electric-sql/pglite-sync" import { Shape } from "@electric-sql/client" import process from...