Joe Burger

Results 4 comments of Joe Burger

Was experiencing the same issue. Removing `xonxoff` from the `# Open new connection` block fixed the issue for me.

The issue might be with `_computeMenuVerticalOffset`. It seems to fix the bottom of the screen issue if it always returns `8` instead of `-4`. I do not know if the...

This seems to also address and perhaps resolve issue #32. Wrapped lines appear to work more reliably when measuring the textarea instead of a mirror.

We just create a custom type of `citext` for our sqlite databases. It replicates the text type functionality and appends `COLLATE NOCASE` as a workaround. ```typescript import { customType }...