Louis Sayers

Results 4 comments of Louis Sayers

Not just a Sqlite issue, I just got this in postgres as well with the latest gorm and postgres driver versions I'm getting errors that look like: `relation "idx_signup_requests_hash_code" already...

I also ran into this. While playing around I discovered it was sticking ``'s into my input as well (I'm putting a hard limit on number of characters). Unfortunately my...

Not just undo /redo. This basic app below won't work with `` (which is generated by default with create-react-app). No errors, dragging doesn't work. Without `` the app works as...

Not sure if it's the same underlying cause, but a similar issue exists when resizing the page - the menu doesn't follow the DOM it's attached to. See the following...