Travis Dart

Results 8 issues of Travis Dart

There's no general solution for using alt on a Mac (see https://stackoverflow.com/questions/8221909/m-bindings-in-vim-on-iterm2-terminal-dont-work/8224269#8224269 ). Most of the time workarounds can be made so shortcuts don't use the alt key, however for...

I have an IMAP inbox and I want to listen for incoming mail. IMAP-wise, this can be done with the [IDLE command](https://tools.ietf.org/html/rfc2177). What would be the best way to implement...

I'm currently running a different tree sidebar on the left and buffers/symbols/etc on the right using sidebar.nvim. I'd like to use sidebar.nvim on both sides. I thought maybe I could...

enhancement

Got a 404 when going to the link in README.md. Fixed it.

Browsh is a console browser that depends on tcell. There's an [issue in the browsh repository](https://github.com/browsh-org/browsh/issues/237) to support GPM clicking, and the conclusion there is that this is ultimately a...

enhancement

Currently, pgdbf creates a PostgreSQL table with the same name as the DBF's file name. e.g. `pgdbf hello.dbf` creates a table called "hello". Can we add a flag to change...

Maybe I'm missing something, but this doesn't seem to work. Steps to reproduce: * Clone the tui-test repo * Install using `npm i -D @microsoft/tui-test` * cd to either the...

This PR fixes an incorrect docstring. For the `color` parameter, the API for libtmux actually expects either `256` or `88`. See this place in code: https://github.com/tmux-python/libtmux/blob/master/src/libtmux/server.py#L238