Andrea Jemmett
Andrea Jemmett
> There are 3 things at stake when speaking about rewrites: > > * Crossterm uses the signal crate with the mio extension for [terminal size](https://github.com/crossterm-rs/crossterm/blob/master/src/event/source/unix.rs#L129). > > * Crossterm...
Great, I'll work on a PR. Do you have plans to merge #407 or shall I open a new PR? That would just use `tty_fd` instead of `STDIN` in `crossterm::terminal`....
@FredDeschenes This is surely late, but you can specify a branch or tag you want to clone with `antigen bundle` (RTFM https://github.com/zsh-users/antigen/wiki/Commands). Example: `antigen bundle org/repo@main`
For context, pret/pokeemerald#1645 allows to build everything natively (ARM) on M1, i.e. use brew, libpng, etc. compiled for ARM and not via Rosetta. The problem you might encounter if using...
This has been happening to me too with 2 external monitors, one of which is the main display. After unlocking the screen, windows from seemingly random desktops get moved to...
@mosesn for sure I can try to tackle it! I already have an idea (or at least I think I do) of the parts that need to be changed (`com.twitter.finagle.netty4.ssl.server.SslServerVerificationHandler`...
To make it also update livestreams you have to query also the respective tab. I've been running the following script in a container that can access the database via network;...
The same happens for the Rust plugin. The `completions` directory as well as adding it to `fpath` should be done on startup by oh-my-zsh (https://github.com/ohmyzsh/ohmyzsh/blob/e11d81303753b0fefbc50ce10ec4612c7ff33e84/oh-my-zsh.sh#L65-L66). My guess is that antigen...
@ellie @conradludgate Can someone please review this PR?
This may be related to #20422