Dylan Gleason

Results 4 comments of Dylan Gleason

This also appears to be an issue for me. #### Environment ``` > echo $TERM screen-256color > echo $COLORTERM truecolor > tput colors 256 > emacs --version GNU Emacs 26.1...

I found this in a merged PR. https://github.com/gobuffalo/pop/pull/594/files However, this forces the programmer to deal with a lower level API, making it hard to integrate with the ORM functionality provided...

Looking at the following in [`connection.go`](https://github.com/gobuffalo/pop/blob/c285511d17469aa430ab08202a6f2353c3ae19e5/connection.go#L187), I see how one could easily expose the transaction options using the feature provided in #594. I will work on testing a solution.

I am also on Arch using tmux version `3.3_a-3` and can reproduce this issue. It's probably worth noting that my `tmux.conf` is also located in `XDG_CONFIG_HOME`. When sourcing I just...