carl
carl
### Checks - [X] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my issue - [X] I have run `fig doctor` in the affected terminal session - [X]...
1. Adds new 5.2.121 status code (description from msft documentation: https://learn.microsoft.com/en-us/exchange/troubleshoot/email-delivery/ndr/non-delivery-reports-in-exchange-online) 2. Adds description for 5.2.122 based on documentation above
## Problem For tables with many columns, there isn't currently a way to offset the columns that are rendered or to select a column. ## Solution Add `column_offset` and `column_selected`...
when running a binary built for i686-unknown-linux-musl ([rainfrog-v0.1.12-alpine-i686.tar.gz](https://github.com/achristmascarl/rainfrog/releases/tag/v0.1.12)) or i586-unknown-linux-musl ([rainfrog-v0.1.13-i586-unknown-linux-musl.tar.gz](https://github.com/achristmascarl/rainfrog/releases/tag/v0.1.13)) that is using tokio's async runtime, the program crashes with this message: ```sh thread 'tokio-runtime-worker' panicked at /cargo/registry/src/[index.crates.io](http://index.crates.io/)-6f17d22bba15001f/tokio-1.37.0/src/runtime/scheduler/multi_thread/[worker.rs](http://worker.rs/):656::12: attempt...
## description see https://www.reddit.com/r/PostgreSQL/s/Y4spwXqGmG ## proposed solution example: https://github.com/ajayd-san/gomanagedocker
## description it would be nice to have the option to export a set of results to csv ## proposed solution when there are rows in the results set, have...
## bug description first reported in https://github.com/achristmascarl/rainfrog/issues/77, it seems like arboard's clipboard creation takes to long with X11 (more details: https://github.com/1Password/arboard/issues/153). This was reported on ubuntu 20 and reproduced in...
## description additional config options. also, move default config directory to `~/.config` (suggeted by @n14s: [ref](https://github.com/achristmascarl/rainfrog/issues/76#issuecomment-2356126128)) ## proposed solution more customization options and documentation on how to configure it
## description right now there's only basic focus switching and scrolling. handle more granular mouse click events ## proposed solution move editor cursor and select from lists with mouse; may...
## description right now we dont support that many package managers ## proposed solution use [cargo-dist](https://github.com/axodotdev/cargo-dist) or something else to support: - homebrew - apt - ..?