Owen Ou
Owen Ou
The current behavior is [only clicking the link to the post will be counted as read - clicking other links like comments, rank etc. won't be counted as read)](https://github.com/jingweno/hacker-menu/blob/master/src/client/story.js#L12-L26). However,...
I just ran into this issue that a CR change took 10 min. There are 300 Postgres clusters in total. Are there any configuration changes you could share that help...
Ah, okay. I'm gonna look into the theme. Would it make sense though to disable colouring by default? It doesn't seem to have much benefit to highlight the output of...
I wonder whether we could have an adapter for `sql.DB`. This would free me from initialling an extra pgxpool because I already have the `sql.DB` by importing `github.com/jackc/pgx/v5/stdlib` for other...
I could see the `sql.DB` adapter will be mostly the same as https://github.com/vgarvardt/gue/pull/139/files#diff-9f1fabd30174ef9b36c0d73790c48b5604600215ccc00167a7896ca086132600
@vgarvardt Ah missed that. Thanks! I was confused by the package name. I would suggest rename the package to stdlib or something
I'm getting the following error the second time I ran the diff: ``` 2023/10/27 10:29:29 ERROR error="failed generating migration file: changing the generation expression for a column \"terms\" is not...
What's the output of `upterm version` and `ssh -V`? The error `websocket: close 1006 (abnormal closure): unexpected EOF` means the websocket connection was closed (for whatever reason)
Zellij looks cool! I would be interested to learn what magic they do to allow multiple cursors.
👋 You are correct. The dimensions of the host pty [change](https://github.com/owenthereal/upterm/blob/f020e22e6837725309cbcac0494965d90f69e69c/host/internal/event.go#L71-L73) as a new client joins the session. The current [algorithm](https://github.com/owenthereal/upterm/blob/f020e22e6837725309cbcac0494965d90f69e69c/host/internal/event.go#L133-L147) is that the host pty will be set to...